diff options
author | obache <obache@pkgsrc.org> | 2013-12-09 14:17:41 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2013-12-09 14:17:41 +0000 |
commit | c1522519b646750987810a08413a83d66de13537 (patch) | |
tree | cb3e9b5798f6683a2dd220782d0a35df112806fa /www/p5-WWW-Facebook-API | |
parent | 69575166e088e2a3bca09925d372c98adf66202a (diff) | |
download | pkgsrc-c1522519b646750987810a08413a83d66de13537.tar.gz |
Fix/Update DEPENDS paterns for perl CORE modules, with some trivial fixes.
Bump PKGREVISION for runtime dependency pattern changed packages.
Diffstat (limited to 'www/p5-WWW-Facebook-API')
-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 |