aboutsummaryrefslogtreecommitdiff
path: root/www/p5-WWW-Facebook-API/Makefile
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2008-08-29 06:43:03 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2008-08-29 06:43:03 +0000
commit10cd832d54d6e6eca202b209174b9c2dd3328225 (patch)
tree62b87cd146a322cf66df565f20b9c1ef97f8f72a /www/p5-WWW-Facebook-API/Makefile
parentbfd6dd958479dd8f2d37354bddc135f04cd2d8c8 (diff)
downloadports-10cd832d54d6e6eca202b209174b9c2dd3328225.tar.gz
ports-10cd832d54d6e6eca202b209174b9c2dd3328225.zip
Notes
Diffstat (limited to 'www/p5-WWW-Facebook-API/Makefile')
-rw-r--r--www/p5-WWW-Facebook-API/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/p5-WWW-Facebook-API/Makefile b/www/p5-WWW-Facebook-API/Makefile
index f22d2041c23e..8253f1fff8d7 100644
--- a/www/p5-WWW-Facebook-API/Makefile
+++ b/www/p5-WWW-Facebook-API/Makefile
@@ -6,11 +6,10 @@
#
PORTNAME= WWW-Facebook-API
-PORTVERSION= 0.4.11
+PORTVERSION= 0.4.13
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
-DISTNAME= ${PORTNAME}-v${PORTVERSION}
MAINTAINER= clsung@FreeBSD.org
COMMENT= Facebook API implementation in Perl
@@ -18,6 +17,7 @@ COMMENT= Facebook API implementation in Perl
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/version.pm:${PORTSDIR}/devel/p5-version \
${SITE_PERL}/${PERL_ARCH}/Crypt/SSLeay.pm:${PORTSDIR}/security/p5-Crypt-SSLeay \
${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \
+ ${SITE_PERL}/${PERL_ARCH}/Readonly.pm:${PORTSDIR}/devel/p5-Readonly \
${SITE_PERL}/JSON/Any.pm:${PORTSDIR}/converters/p5-JSON-Any \
${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww
BUILD_DEPENDS= ${RUN_DEPENDS}