freebsd-ports/comms/p5-SMS-Send/Makefile
Frederic Culot c472391bcd - Update to 1.06 [1]
- Remove Module::Pluggable dependency which is in core since 5.8.9 [1]
- Add LICENSE (Artistic 1 & GPL 1)
- Expand the value of BUILD_DEPENDS before assigning it to RUN_DEPENDS

Changes:	http://search.cpan.org/dist/SMS-Send/Changes
PR:		ports/166633 [1]
Feature safe:	yes
2012-04-06 07:21:58 +00:00

31 lines
670 B
Makefile

# New ports collection makefile for: p5-SMS-Send
# Date created: 2006-08-26
# Whom: Tsung-Han Yeh <snowfly@yuntech.edu.tw>
#
# $FreeBSD$
#
PORTNAME= SMS-Send
PORTVERSION= 1.06
CATEGORIES= comms perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= snowfly@yuntech.edu.tw
COMMENT= Driver-based API for sending SMS messages
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-Class-Adapter>=1.05:${PORTSDIR}/devel/p5-Class-Adapter \
p5-Params-Util>=1.00:${PORTSDIR}/devel/p5-Params-Util
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= SMS::Send.3 \
SMS::Send::AU::Test.3 \
SMS::Send::Driver.3 \
SMS::Send::Test.3
.include <bsd.port.mk>