freebsd-ports/net-mgmt/p5-Net-Abuse-Utils/Makefile
Mathieu Arnold 61a05af240 Update to 0.25.
Sponsored by:	Absolight
2016-06-21 15:09:00 +00:00

28 lines
646 B
Makefile

# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$
PORTNAME= Net-Abuse-Utils
PORTVERSION= 0.25
CATEGORIES= net-mgmt perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Routines useful for processing network abuse
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-Email-Address>=0:mail/p5-Email-Address \
p5-Net-DNS>=0:dns/p5-Net-DNS \
p5-Net-IP>=0:net-mgmt/p5-Net-IP \
p5-Net-Whois-IP>=1.11:net/p5-Net-Whois-IP
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
post-install:
${INSTALL_SCRIPT} ${WRKSRC}/examples/ip-info.pl ${STAGEDIR}${PREFIX}/sbin/
.include <bsd.port.mk>