mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
8d6597e0bb
With hat: portmgr Sponsored by: Absolight
29 lines
646 B
Makefile
29 lines
646 B
Makefile
# Created by: Gea-Suan Lin <gslin@gslin.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Net-Abuse-Utils
|
|
PORTVERSION= 0.24
|
|
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>
|