mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
- Add LICENSE [1]
- Add BUILD_DEPENDS - While I'm here, move *_DEPENDS upward Approved by: portmgr (implicit) [1] With hat: perl
This commit is contained in:
parent
001bed40e2
commit
79fbced36d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=375995
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user