diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-01-02 00:26:16 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-01-02 00:26:16 +0800 |
commit | b1957b6eab69ddf32f3bbe596e2c52c3a8fa9336 (patch) | |
tree | d81e735896454657c678adc2565bcab5c92afdd1 /dns | |
parent | 76d02bbec69805ef7f7fc6470bf12c696c64f27c (diff) | |
download | freebsd-ports-gnome-b1957b6eab69ddf32f3bbe596e2c52c3a8fa9336.tar.gz freebsd-ports-gnome-b1957b6eab69ddf32f3bbe596e2c52c3a8fa9336.tar.zst freebsd-ports-gnome-b1957b6eab69ddf32f3bbe596e2c52c3a8fa9336.zip |
- Add LICENSE [1]
- Add BUILD_DEPENDS
- While I'm here, move *_DEPENDS upward
Approved by: portmgr (implicit) [1]
With hat: perl
Diffstat (limited to 'dns')
-rw-r--r-- | dns/p5-Net-Amazon-Route53/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/dns/p5-Net-Amazon-Route53/Makefile b/dns/p5-Net-Amazon-Route53/Makefile index 387f55413314..90e2b50b513b 100644 --- a/dns/p5-Net-Amazon-Route53/Makefile +++ b/dns/p5-Net-Amazon-Route53/Makefile @@ -11,14 +11,18 @@ PKGNAMEPREFIX= p5- MAINTAINER= jnlin@csie.nctu.edu.tw COMMENT= Manage your DNS entries on Amazon's Route53 service -CONFLICTS= py[23][0-9]-boto-devel-[0-9]* +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual -RUN_DEPENDS= p5-Crypt-SSLeay>=0:${PORTSDIR}/security/p5-Crypt-SSLeay \ +BUILD_DEPENDS= p5-Crypt-SSLeay>=0:${PORTSDIR}/security/p5-Crypt-SSLeay \ p5-Digest-HMAC>=0:${PORTSDIR}/security/p5-Digest-HMAC \ p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \ p5-Mouse>=0:${PORTSDIR}/devel/p5-Mouse \ p5-XML-Bare>=0:${PORTSDIR}/textproc/p5-XML-Bare \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww +RUN_DEPENDS:= ${BUILD_DEPENDS} + +CONFLICTS= py[23][0-9]-boto-devel-[0-9]* USES= perl5 USE_PERL5= configure |