diff options
author | az <az@FreeBSD.org> | 2013-09-11 16:56:53 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-11 16:56:53 +0800 |
commit | f8b9d36c914c82d7b80560d88765d1d87b6611fc (patch) | |
tree | 9c01d1faf4fbbd4d19b88647d3113491e00711c3 /dns/p5-Net-DRI | |
parent | 02fdfe0510d692762b6a17b5e24188ac34fe5bdb (diff) | |
download | freebsd-ports-gnome-f8b9d36c914c82d7b80560d88765d1d87b6611fc.tar.gz freebsd-ports-gnome-f8b9d36c914c82d7b80560d88765d1d87b6611fc.tar.zst freebsd-ports-gnome-f8b9d36c914c82d7b80560d88765d1d87b6611fc.zip |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'dns/p5-Net-DRI')
-rw-r--r-- | dns/p5-Net-DRI/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dns/p5-Net-DRI/Makefile b/dns/p5-Net-DRI/Makefile index c0134bd0f888..ed2ade5c8e18 100644 --- a/dns/p5-Net-DRI/Makefile +++ b/dns/p5-Net-DRI/Makefile @@ -1,6 +1,5 @@ # Created by: Mark Felder <feld@FreeBSD.org> # $FreeBSD$ -# PORTNAME= Net-DRI PORTVERSION= 0.96 @@ -29,7 +28,8 @@ RUN_DEPENDS= p5-DateTime>0:${PORTSDIR}/devel/p5-DateTime \ p5-Net-DNS>0:${PORTSDIR}/dns/p5-Net-DNS \ p5-MIME-Tools>0:${PORTSDIR}/mail/p5-MIME-Tools -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure .include "${.CURDIR}/Makefile.man" |