freebsd-ports/net/p5-Net-SMPP/Makefile
Andrej Zverev 6a0dfa24b4 - convert to the new perl5 framework
Approved by:	portmgr (bapt@, blanket)
2013-09-06 10:47:10 +00:00

22 lines
380 B
Makefile

# New ports collection makefile for: Net-SMPP
# Date created: 20 May 2002
# Whom: 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
MAN3= Net::SMPP.3
.include <bsd.port.mk>