diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:00:51 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:00:51 +0000 |
commit | 4e1b79a0a61f4973df8b4b0864d22086c769e219 (patch) | |
tree | 78ceaf1b099c56a40c240ab46278cdf4ae9e7c01 /devel/p5-Google-Checkout/Makefile | |
parent | 7f4572eae4327c4403d9ef714cb6de917650662a (diff) | |
download | ports-4e1b79a0a61f4973df8b4b0864d22086c769e219.tar.gz ports-4e1b79a0a61f4973df8b4b0864d22086c769e219.zip |
Notes
Diffstat (limited to 'devel/p5-Google-Checkout/Makefile')
-rw-r--r-- | devel/p5-Google-Checkout/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/devel/p5-Google-Checkout/Makefile b/devel/p5-Google-Checkout/Makefile index 9dc6cd726ff3..c0dd5e623023 100644 --- a/devel/p5-Google-Checkout/Makefile +++ b/devel/p5-Google-Checkout/Makefile @@ -14,12 +14,12 @@ COMMENT= Perl implementation of Google Checkout (GCO) LICENSE= ART10 GPLv1 LICENSE_COMB= dual -RUN_DEPENDS= p5-Crypt-SSLeay>=0.45:${PORTSDIR}/security/p5-Crypt-SSLeay \ - p5-Date-Manip>=5.40:${PORTSDIR}/devel/p5-Date-Manip \ - p5-Digest-HMAC>=1.01:${PORTSDIR}/security/p5-Digest-HMAC \ - p5-XML-Simple>=2.09:${PORTSDIR}/textproc/p5-XML-Simple \ - p5-XML-Writer>=0.6:${PORTSDIR}/textproc/p5-XML-Writer \ - p5-libwww>=5.65:${PORTSDIR}/www/p5-libwww +RUN_DEPENDS= p5-Crypt-SSLeay>=0.45:security/p5-Crypt-SSLeay \ + p5-Date-Manip>=5.40:devel/p5-Date-Manip \ + p5-Digest-HMAC>=1.01:security/p5-Digest-HMAC \ + p5-XML-Simple>=2.09:textproc/p5-XML-Simple \ + p5-XML-Writer>=0.6:textproc/p5-XML-Writer \ + p5-libwww>=5.65:www/p5-libwww BUILD_DEPENDS:= ${RUN_DEPENDS} USES= perl5 |