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/p5-Net-DNS-RR-SRV-Helper | |
parent | e91a050e2e1205f1fd54ffc8c66aa2680ffb6a63 (diff) |
Notes
Diffstat (limited to 'dns/p5-Net-DNS-RR-SRV-Helper')
-rw-r--r-- | dns/p5-Net-DNS-RR-SRV-Helper/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/dns/p5-Net-DNS-RR-SRV-Helper/Makefile b/dns/p5-Net-DNS-RR-SRV-Helper/Makefile index 9ed6dfad2c58..a6c252adfc72 100644 --- a/dns/p5-Net-DNS-RR-SRV-Helper/Makefile +++ b/dns/p5-Net-DNS-RR-SRV-Helper/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Net-DNS-RR-SRV-Helper -# Date created: 2010-05-14 -# Whom: Zane C, Bowers <vvelox@vvelox.net> -# +# Created by: Zane C, Bowers <vvelox@vvelox.net> # $FreeBSD$ -# PORTNAME= Net-DNS-RR-SRV-Helper PORTVERSION= 0.0.0 @@ -20,7 +16,8 @@ BUILD_DEPENDS= p5-Net-DNS>=0.68:${PORTSDIR}/dns/p5-Net-DNS \ p5-Sort-Naturally>=1.03:${PORTSDIR}/textproc/p5-Sort-Naturally RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::DNS::RR::SRV::Helper.3 |