diff options
author | Steve Wills <swills@FreeBSD.org> | 2012-04-12 01:57:26 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2012-04-12 01:57:26 +0000 |
commit | f5141d0f0b6e50999f9e23236b9346489f155e30 (patch) | |
tree | 33a7e8d73c60ef3dee2261642987b92286ed2d9d /www/p5-WWW-iTunesConnect | |
parent | 67a17177f0435d70a9f29cfa1a190a1888f7396a (diff) | |
download | ports-f5141d0f0b6e50999f9e23236b9346489f155e30.tar.gz ports-f5141d0f0b6e50999f9e23236b9346489f155e30.zip |
Notes
Diffstat (limited to 'www/p5-WWW-iTunesConnect')
-rw-r--r-- | www/p5-WWW-iTunesConnect/Makefile | 9 | ||||
-rw-r--r-- | www/p5-WWW-iTunesConnect/pkg-descr | 2 |
2 files changed, 6 insertions, 5 deletions
diff --git a/www/p5-WWW-iTunesConnect/Makefile b/www/p5-WWW-iTunesConnect/Makefile index 4d263def375e..e9c6f4feff0a 100644 --- a/www/p5-WWW-iTunesConnect/Makefile +++ b/www/p5-WWW-iTunesConnect/Makefile @@ -7,7 +7,7 @@ PORTNAME= WWW-iTunesConnect PORTVERSION= 1.16 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -16,10 +16,11 @@ DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION} MAINTAINER= bfoz@bfoz.net COMMENT= Client interface for Apple's iTunes Connect service -RUN_DEPENDS= p5-HTML-Tree>=0:${PORTSDIR}/www/p5-HTML-Tree \ +BUILD_DEPENDS= p5-HTML-Tree>=0:${PORTSDIR}/www/p5-HTML-Tree \ p5-libwww>=5.829:${PORTSDIR}/www/p5-libwww \ - p5-Net-SSLeay>=0:${PORTSDIR}/security/p5-Net-SSLeay -BUILD_DEPENDS= ${RUN_DEPENDS} + p5-Net-SSLeay>=0:${PORTSDIR}/security/p5-Net-SSLeay \ + p5-HTML-Form>=0:${PORTSDIR}/www/p5-HTML-Form +RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= YES diff --git a/www/p5-WWW-iTunesConnect/pkg-descr b/www/p5-WWW-iTunesConnect/pkg-descr index e1ef9c82ea1e..20fa76b3bef7 100644 --- a/www/p5-WWW-iTunesConnect/pkg-descr +++ b/www/p5-WWW-iTunesConnect/pkg-descr @@ -1,3 +1,3 @@ A Perl5 client interface for Apple's iTunes Connect service. -WWW: http://search.cpan.org/dist/p5-WWW-iTunesConnect/
\ No newline at end of file +WWW: http://search.cpan.org/dist/p5-WWW-iTunesConnect/ |