freebsd-ports/comms/p5-SMS-SMS77/Makefile
Beat Gaetzi 7d440b5f3b SMS::SMS77 consists of a perl interface and a script to send SMS
via the german provider SMS77.de

WWW: http://www.w3r3wolf.de/blog/2007/09/19/smssms77-version-001.html

Submitted by:	Frank Steinborn <steinex AT nognu.de>
2010-04-05 20:37:03 +00:00

25 lines
564 B
Makefile

# New ports collection makefile for: p5-SMS-SMS77
# Date created: 2010-02-04
# Whom: Frank Steinborn <steinex@nognu.de>
#
# $FreeBSD$
PORTNAME= SMS-SMS77
PORTVERSION= 0.01
CATEGORIES= comms net perl5
MASTER_SITES= http://www.w3r3wolf.de/files/sms77/
PKGNAMEPREFIX= p5-
MAINTAINER= steinex@nognu.de
COMMENT= Perl interface and script to send SMS via SMS77.de
BUILD_DEPENDS= ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww
MAN1= sms77send.1
MAN3= SMS::SMS77::Message.3 \
SMS::SMS77.3
USE_PERL= yes
PERL_CONFIGURE= yes
.include <bsd.port.mk>