aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorswills <swills@FreeBSD.org>2012-04-12 09:57:26 +0800
committerswills <swills@FreeBSD.org>2012-04-12 09:57:26 +0800
commit5d3377d3b8adb35537b12fec20f400e74c5cacd1 (patch)
treef649256adca07540a8b8d23af44cf8fa20670f63 /www
parent3b1af32f6bdc1f37e67af88690398a477f10e2e6 (diff)
downloadfreebsd-ports-gnome-5d3377d3b8adb35537b12fec20f400e74c5cacd1.tar.gz
freebsd-ports-gnome-5d3377d3b8adb35537b12fec20f400e74c5cacd1.tar.zst
freebsd-ports-gnome-5d3377d3b8adb35537b12fec20f400e74c5cacd1.zip
- Add missing DEPENDS
- Pet portlint by adding newline to end of pkg-descr - Bump PORTREVISION PR: ports/166526 Approved by: Brandon Fosdick <bfosdick@gmail.com> (maintainer)
Diffstat (limited to 'www')
-rw-r--r--www/p5-WWW-iTunesConnect/Makefile9
-rw-r--r--www/p5-WWW-iTunesConnect/pkg-descr2
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/