diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2015-04-24 20:04:57 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2015-04-24 20:04:57 +0000 |
commit | 101ee53ebf3231ea4ad90d465260d6768e8efff3 (patch) | |
tree | 2614dc7d56f658caaa31b710b86c28cd1e5d7b89 /comms/p5-SMS-SMS77/Makefile | |
parent | 69c314d1d1af523351dcdec6790f886cb6ff146e (diff) |
Make fetchable again, unbreak with Perl 5.21.0+.
The difference in the distfiles is a regenerated META.yml and an added META.json.
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=384681
Diffstat (limited to 'comms/p5-SMS-SMS77/Makefile')
-rw-r--r-- | comms/p5-SMS-SMS77/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/comms/p5-SMS-SMS77/Makefile b/comms/p5-SMS-SMS77/Makefile index 0ce2ac9c3d4c..67c037aec637 100644 --- a/comms/p5-SMS-SMS77/Makefile +++ b/comms/p5-SMS-SMS77/Makefile @@ -5,16 +5,15 @@ PORTNAME= SMS-SMS77 PORTVERSION= 0.01 PORTREVISION= 1 CATEGORIES= comms net perl5 -MASTER_SITES= http://www.w3r3wolf.de/files/sms77/ +MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= steinex@nognu.de COMMENT= Perl interface and script to send SMS via SMS77.de -BROKEN= Unfetchable BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww USES= perl5 -USE_PERL5= configure +USE_PERL5= modbuild .include <bsd.port.mk> |