diff options
Diffstat (limited to 'comms/p5-SMS-Send/Makefile')
-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 |