diff options
author | az <az@FreeBSD.org> | 2013-09-11 17:36:43 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-11 17:36:43 +0800 |
commit | 1407e95251635a835c8e1f4eb2e42b931c95f6bc (patch) | |
tree | 4147b61d5aaf43eadd75d4949ce6a77761ed9b5b /dns | |
parent | f8b9d36c914c82d7b80560d88765d1d87b6611fc (diff) | |
download | freebsd-ports-gnome-1407e95251635a835c8e1f4eb2e42b931c95f6bc.tar.gz freebsd-ports-gnome-1407e95251635a835c8e1f4eb2e42b931c95f6bc.tar.zst freebsd-ports-gnome-1407e95251635a835c8e1f4eb2e42b931c95f6bc.zip |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'dns')
-rw-r--r-- | dns/p5-Net-DNS-Async/Makefile | 9 | ||||
-rw-r--r-- | dns/p5-Net-DNS-Zone-Parser/Makefile | 9 |
2 files changed, 6 insertions, 12 deletions
diff --git a/dns/p5-Net-DNS-Async/Makefile b/dns/p5-Net-DNS-Async/Makefile index cb7047de7a1a..cf289f7637a2 100644 --- a/dns/p5-Net-DNS-Async/Makefile +++ b/dns/p5-Net-DNS-Async/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Net-DNS-Async -# Date created: 3 May 2008 -# Whom: Sahil Tandon <sahil@tandon.net> -# +# Created by: Sahil Tandon <sahil@tandon.net> # $FreeBSD$ -# PORTNAME= Net-DNS-Async PORTVERSION= 1.07 @@ -17,7 +13,8 @@ COMMENT= Asynchronous DNS helper for high volume applications BUILD_DEPENDS= p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::DNS::Async.3 diff --git a/dns/p5-Net-DNS-Zone-Parser/Makefile b/dns/p5-Net-DNS-Zone-Parser/Makefile index 2503fe8053b0..b3d87ee4d6c5 100644 --- a/dns/p5-Net-DNS-Zone-Parser/Makefile +++ b/dns/p5-Net-DNS-Zone-Parser/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Net-DNS-Zone-Parser -# Date created: Mon May 7 16:26:08 CEST 2012 -# Whom: Jimmy Bergman jimmy@sigint.se -# +# Created by: Jimmy Bergman jimmy@sigint.se # $FreeBSD$ -# PORTNAME= Net-DNS-Zone-Parser PORTVERSION= 0.02 @@ -19,7 +15,8 @@ BUILD_DEPENDS= p5-Net-DNS>=0.64:${PORTSDIR}/dns/p5-Net-DNS \ RUN_DEPENDS= p5-Net-DNS>=0.64:${PORTSDIR}/dns/p5-Net-DNS \ p5-Net-DNS-SEC>=0.15:${PORTSDIR}/dns/p5-Net-DNS-SEC -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::DNS::Zone::Parser.3 |