perl-Text-CSV_XS: New package.

This perl module is required to convert the provided geoip databases in CSV format into
a useable binary format for the geoip module.
This commit is contained in:
Stefan Schantl
2015-01-03 14:03:20 +01:00
parent bf235e962c
commit 72074fcdd2
2 changed files with 8 additions and 6 deletions

View File

@@ -31,9 +31,6 @@ DL_FILE = ${THISAPP}.tgz
DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
PROG = perl-Text-CSV_XS
DEPS = ""
PAK_VER = 1
###############################################################################
# Top-level Rules
@@ -53,9 +50,6 @@ download :$(patsubst %,$(DIR_DL)/%,$(objects))
md5 : $(subst %,%_MD5,$(objects))
dist:
@$(PAK)
###############################################################################
# Downloading, checking, md5sum
###############################################################################