diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-11 08:56:53 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-11 08:56:53 +0000 |
commit | 72185e5fb2229800490e58850811d57db1039664 (patch) | |
tree | 9c01d1faf4fbbd4d19b88647d3113491e00711c3 /dns/rbllookup-ng | |
parent | e91a050e2e1205f1fd54ffc8c66aa2680ffb6a63 (diff) |
Notes
Diffstat (limited to 'dns/rbllookup-ng')
-rw-r--r-- | dns/rbllookup-ng/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/dns/rbllookup-ng/Makefile b/dns/rbllookup-ng/Makefile index 036202340f16..c6978ef2e2a2 100644 --- a/dns/rbllookup-ng/Makefile +++ b/dns/rbllookup-ng/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: rbllookup-ng -# Date created: 2006-11-13 -# Whom: Edwin Groothuis <edwin@mavetju.org> -# +# Created by: Edwin Groothuis <edwin@mavetju.org> # $FreeBSD$ -# PORTNAME= rbllookup-ng PORTVERSION= 1.0 @@ -18,7 +14,7 @@ BUILD_DEPENDS= p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS \ p5-Term-ANSIColor>=0:${PORTSDIR}/devel/p5-Term-ANSIColor NO_BUILD= yes -USE_PERL5= yes +USES= perl5 PLIST_FILES= bin/rbllookup bin/getmoensted etc/rbllookup.conf-sample PORTDOCS= CHANGELOG INSTALL NOTES README TODO gpg.asc |