perl-NetAddr-IP: move to core

I had added this for spamassassin but now the geoip-converter needs it too.
It was not pushed yet so there is no need to remove it from pakfire databases.

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
Arne Fitzenreiter
2019-08-24 11:33:45 +02:00
parent 392994dcfb
commit 329f4a3fe1
3 changed files with 1 additions and 6 deletions

View File

@@ -33,8 +33,6 @@ DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
PROG = perl-NetAddr-IP
DEPS = ""
PAK_VER = 1
###############################################################################
# Top-level Rules
@@ -54,9 +52,6 @@ download :$(patsubst %,$(DIR_DL)/%,$(objects))
md5 : $(subst %,%_MD5,$(objects))
dist:
@$(PAK)
###############################################################################
# Downloading, checking, md5sum
###############################################################################

View File

@@ -34,7 +34,7 @@ TARGET = $(DIR_INFO)/$(THISAPP)
PROG = spamassassin
PAK_VER = 3
DEPS = "perl-NetAddr-IP"
DEPS = ""
###############################################################################
# Top-level Rules