diff options
Diffstat (limited to 'www/p5-WWW-Facebook-API/Makefile')
-rw-r--r-- | www/p5-WWW-Facebook-API/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/www/p5-WWW-Facebook-API/Makefile b/www/p5-WWW-Facebook-API/Makefile index b4b3fa01191..40c6bdd2f25 100644 --- a/www/p5-WWW-Facebook-API/Makefile +++ b/www/p5-WWW-Facebook-API/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.11 2013/05/31 12:42:53 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2013/12/09 14:17:56 obache Exp $ # DISTNAME= WWW-Facebook-API-0.4.18 PKGNAME= p5-${DISTNAME} -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=WWW/} @@ -12,10 +12,9 @@ HOMEPAGE= http://search.cpan.org/dist/WWW-Facebook-API/ COMMENT= Facebook API implementation DEPENDS+= p5-Crypt-SSLeay-[0-9]*:../../security/p5-Crypt-SSLeay -DEPENDS+= p5-Digest-MD5-[0-9]*:../../security/p5-Digest-MD5 +DEPENDS+= {perl>=5.7.3,p5-Digest-MD5-[0-9]*}:../../security/p5-Digest-MD5 DEPENDS+= p5-JSON-Any-[0-9]*:../../converters/p5-JSON-Any -DEPENDS+= p5-Time-HiRes-[0-9]*:../../time/p5-Time-HiRes -DEPENDS+= p5-Time-HiRes-[0-9]*:../../time/p5-Time-HiRes +DEPENDS+= {perl>=5.7.3,p5-Time-HiRes-[0-9]*}:../../time/p5-Time-HiRes DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww DEPENDS+= p5-version-[0-9]*:../../devel/p5-version DEPENDS+= p5-Readonly-[0-9]*:../../devel/p5-Readonly |