2001-03-31 04:08:19 +02:00
|
|
|
# New ports collection makefile for: p5-LJ-TextMessage
|
|
|
|
# Date created: 25 Mar 2001
|
|
|
|
# Whom: Michael Johnson <ahze@ahze.net>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= LJ-TextMessage
|
2001-06-28 14:39:04 +02:00
|
|
|
PORTVERSION= 1.4.1
|
2001-03-31 04:08:19 +02:00
|
|
|
CATEGORIES= sysutils perl5
|
|
|
|
MASTER_SITES= http://livejournal.com/files/code/textmessage/ \
|
|
|
|
ftp://ftp.livejournal.com/code/textmessage/
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2002-02-12 09:30:29 +01:00
|
|
|
MAINTAINER= ahze@rgv.net
|
2003-02-21 14:28:59 +01:00
|
|
|
COMMENT= Perl5 interface to send text messages to phones/pagers
|
2001-03-31 04:08:19 +02:00
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
|
|
|
MAN3= LJ::TextMessage.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|