2cf4c1e2c8
- Remove conditionals for PERL_LEVEL < 501200 - Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk - Other minor cleanups RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS} PR: ports/165605 Submitted by: pgollucci (myself) Approved by: portmgr (linimon) Exp Run by: linimon Tested by: make index
29 lines
639 B
Makefile
29 lines
639 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= 0.05
|
|
PORTREVISION= 1
|
|
CATEGORIES= comms perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= snowfly@yuntech.edu.tw
|
|
COMMENT= Driver-based API for sending SMS messages
|
|
|
|
RUN_DEPENDS= p5-Class-Adapter>=0:${PORTSDIR}/devel/p5-Class-Adapter \
|
|
p5-Params-Util>=0.14:${PORTSDIR}/devel/p5-Params-Util
|
|
BUILD_DEPENDS= ${RUN_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>
|