blob: 90eb5ec6546f075581ce0c5554392c2f5b4a00a0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Created by: 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= p5-libwww>=0:${PORTSDIR}/www/p5-libwww
MAN1= sms77send.1
MAN3= SMS::SMS77::Message.3 \
SMS::SMS77.3
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>
|