diff options
author | az <az@FreeBSD.org> | 2013-09-11 08:56:53 +0000 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-11 08:56:53 +0000 |
commit | f8b9d36c914c82d7b80560d88765d1d87b6611fc (patch) | |
tree | 9c01d1faf4fbbd4d19b88647d3113491e00711c3 /dns/rbllookup/Makefile | |
parent | 02fdfe0510d692762b6a17b5e24188ac34fe5bdb (diff) | |
download | FreeBSD-ports-f8b9d36c914c82d7b80560d88765d1d87b6611fc.zip FreeBSD-ports-f8b9d36c914c82d7b80560d88765d1d87b6611fc.tar.gz |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'dns/rbllookup/Makefile')
-rw-r--r-- | dns/rbllookup/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/dns/rbllookup/Makefile b/dns/rbllookup/Makefile index 411143d..d5886dd 100644 --- a/dns/rbllookup/Makefile +++ b/dns/rbllookup/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: rbllookup -# Date created: 2004-07-14 -# Whom: Marcin Gondek <drixter@e-utp.net> -# +# Created by: Marcin Gondek <drixter@e-utp.net> # $FreeBSD$ -# PORTNAME= rbllookup PORTVERSION= 0.0.1.1 @@ -17,7 +13,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 PORTDOCS= CHANGELOG INSTALL NOTES README TODO gpg.asc |