freebsd-ports/comms/p5-SMS-SMS77/Makefile
Mathieu Arnold 101ee53ebf 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
2015-04-24 20:04:57 +00:00

19 lines
385 B
Makefile

# Created by: Frank Steinborn <steinex@nognu.de>
# $FreeBSD$
PORTNAME= SMS-SMS77
PORTVERSION= 0.01
PORTREVISION= 1
CATEGORIES= comms net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= steinex@nognu.de
COMMENT= Perl interface and script to send SMS via SMS77.de
BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww
USES= perl5
USE_PERL5= modbuild
.include <bsd.port.mk>