diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:33:55 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:33:55 +0000 |
commit | 72ea7e696b763bdbcef04fdbccc122c0364fa567 (patch) | |
tree | 38b741bb92caf8470d126310c77168cb30040476 /www/p5-WebService-Google-Reader/Makefile | |
parent | 5e102732a601b54d1dc9e887dc050777bf920349 (diff) |
Notes
Diffstat (limited to 'www/p5-WebService-Google-Reader/Makefile')
-rw-r--r-- | www/p5-WebService-Google-Reader/Makefile | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/www/p5-WebService-Google-Reader/Makefile b/www/p5-WebService-Google-Reader/Makefile index 876464becc68..66c28ed61ae8 100644 --- a/www/p5-WebService-Google-Reader/Makefile +++ b/www/p5-WebService-Google-Reader/Makefile @@ -13,17 +13,17 @@ COMMENT= Perl interface to Google Reader LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-JSON-XS>=2:${PORTSDIR}/converters/p5-JSON-XS \ - p5-URI>=1.36:${PORTSDIR}/net/p5-URI \ - p5-libwww>=6.02:${PORTSDIR}/www/p5-libwww \ - p5-LWP-Protocol-https>=6.02:${PORTSDIR}/www/p5-LWP-Protocol-https \ - p5-HTTP-Message>=6:${PORTSDIR}/www/p5-HTTP-Message \ - p5-HTTP-Date>=6:${PORTSDIR}/www/p5-HTTP-Date \ - p5-Class-Accessor>0:${PORTSDIR}/devel/p5-Class-Accessor \ - p5-Crypt-SSLeay>0:${PORTSDIR}/security/p5-Crypt-SSLeay \ - p5-JSON>=2:${PORTSDIR}/converters/p5-JSON \ - p5-XML-Atom>0:${PORTSDIR}/textproc/p5-XML-Atom \ - p5-XML-LibXML>0:${PORTSDIR}/textproc/p5-XML-LibXML +BUILD_DEPENDS= p5-JSON-XS>=2:converters/p5-JSON-XS \ + p5-URI>=1.36:net/p5-URI \ + p5-libwww>=6.02:www/p5-libwww \ + p5-LWP-Protocol-https>=6.02:www/p5-LWP-Protocol-https \ + p5-HTTP-Message>=6:www/p5-HTTP-Message \ + p5-HTTP-Date>=6:www/p5-HTTP-Date \ + p5-Class-Accessor>0:devel/p5-Class-Accessor \ + p5-Crypt-SSLeay>0:security/p5-Crypt-SSLeay \ + p5-JSON>=2:converters/p5-JSON \ + p5-XML-Atom>0:textproc/p5-XML-Atom \ + p5-XML-LibXML>0:textproc/p5-XML-LibXML RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 |