mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
734018119e
Approved by: portmgr (blanket infrastructure)
17 lines
285 B
Makefile
17 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>
|