1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/comms/p5-SMS-Send/Makefile
Philip M. Gollucci b59621d3ae - Revert ports/165605 as requested by portmgr@
Note: devel/p5-B-Size and devel/p5-Devel-Arena
where intentionally not restored.

PR:             ports/165605
Approved by:    portmgr (bapt)
Feature safe:   yes (I sure hope so)
2012-03-13 16:15:36 +00:00

36 lines
784 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.pre.mk>
.if ${PERL_LEVEL} < 500905
RUN_DEPENDS+= p5-Module-Pluggable>=2.5:${PORTSDIR}/devel/p5-Module-Pluggable
.endif
.include <bsd.port.post.mk>