diff options
author | wiz <wiz@pkgsrc.org> | 2014-05-31 12:56:54 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-05-31 12:56:54 +0000 |
commit | 9fcd5bd76db6171cebcd81fb2b7b1713c2995e93 (patch) | |
tree | 4c0b2626089db4b361c90ca43fbe2c56280773eb /comms/p5-SMS-Send | |
parent | d45360d4fadba27781a89bb05e25cf7fec6c479d (diff) | |
download | pkgsrc-9fcd5bd76db6171cebcd81fb2b7b1713c2995e93.tar.gz |
Don't expect perl to provide p5-Module-Pluggable (removed in 5.20).
Bump PKGREVISION.
Diffstat (limited to 'comms/p5-SMS-Send')
-rw-r--r-- | comms/p5-SMS-Send/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/comms/p5-SMS-Send/Makefile b/comms/p5-SMS-Send/Makefile index 1d00644b9d0..99d0b2f1033 100644 --- a/comms/p5-SMS-Send/Makefile +++ b/comms/p5-SMS-Send/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.9 2014/05/29 23:35:20 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2014/05/31 12:56:54 wiz Exp $ DISTNAME= SMS-Send-1.06 PKGNAME= p5-${DISTNAME} -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= comms perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=SMS/} @@ -11,7 +11,7 @@ HOMEPAGE= http://search.cpan.org/dist/SMS-Send/ COMMENT= Driver-based API for sending SMS messages LICENSE= ${PERL5_LICENSE} -DEPENDS+= {perl>=5.10.1,p5-Module-Pluggable>=3.7}:../../devel/p5-Module-Pluggable +DEPENDS+= p5-Module-Pluggable>=3.7:../../devel/p5-Module-Pluggable DEPENDS+= p5-Params-Util>=1.00:../../devel/p5-Params-Util DEPENDS+= p5-Class-Adapter>=1.05:../../devel/p5-Class-Adapter |