734018119e
Approved by: portmgr (blanket infrastructure)
16 lines
285 B
Makefile
16 lines
285 B
Makefile
# Created by: jhay
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Net-SMPP
|
|
PORTVERSION= 1.19
|
|
CATEGORIES= net perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= jhay@FreeBSD.org
|
|
COMMENT= Net::SMPP - pure Perl implementation of SMPP 3.4 over TCP
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|