diff options
Diffstat (limited to 'www')
-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/ |