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-Amazon-Route53 | |
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-Amazon-Route53')
-rw-r--r-- | dns/p5-Net-Amazon-Route53/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/dns/p5-Net-Amazon-Route53/Makefile b/dns/p5-Net-Amazon-Route53/Makefile index b14fa78a8ce9..a38d9528aa6c 100644 --- a/dns/p5-Net-Amazon-Route53/Makefile +++ b/dns/p5-Net-Amazon-Route53/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Net-Amazon-Route53 -# Date created: 2011-04-24 -# Whom: Jui-Nan Lin <jnlin@csie.nctu.edu.tw> -# +# Created by: Jui-Nan Lin <jnlin@csie.nctu.edu.tw> # $FreeBSD$ -# PORTNAME= Net-Amazon-Route53 PORTVERSION= 0.122310 @@ -23,7 +19,8 @@ RUN_DEPENDS= p5-Crypt-SSLeay>=0:${PORTSDIR}/security/p5-Crypt-SSLeay \ p5-XML-Bare>=0:${PORTSDIR}/textproc/p5-XML-Bare \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN1= route53.1 MAN3= Net::Amazon::Route53.3 \ |