freebsd-ports/net/p5-Net-SMS-Mollie/Makefile
Sunpoet Po-Chuan Hsieh 3c1b09f2be - Update *_DEPENDS:
- Add BUILD_DEPENDS
  - ExtUtils::MakeMaker 6.42+ and Test::More 0.44+ are already in all supported Perl releases
- Add LICENSE [1]
- While I'm here, move *_DEPEDS upward to pet portlint
- Bump PORTREVISION for dependency change

Approved by:	portmgr (implicit) [1]
With hat:	perl
2015-01-01 16:11:46 +00:00

22 lines
408 B
Makefile

# $FreeBSD$
PORTNAME= Net-SMS-Mollie
PORTVERSION= 0.04
PORTREVISION= 3
CATEGORIES= net
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= b.smeelen@ose.nl
COMMENT= Send SMS messages via the mollie.nl service
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-XML-Simple>=0:${PORTSDIR}/textproc/p5-XML-Simple
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>