2002-05-21 07:44:26 +02:00
|
|
|
# New ports collection makefile for: Net-SMPP
|
|
|
|
# Date created: 20 May 2002
|
|
|
|
# Whom: jhay
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Net-SMPP
|
2008-06-15 09:15:52 +02:00
|
|
|
PORTVERSION= 1.11
|
2002-05-21 07:44:26 +02:00
|
|
|
CATEGORIES= net perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2002-05-21 07:44:26 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= jhay@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= Net::SMPP - pure Perl implementation of SMPP 3.4 over TCP
|
2002-05-21 07:44:26 +02:00
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= Net::SMPP.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|