Perl5 module to use the SMPP (Short Message Peer to Peer) protocol.
This commit is contained in:
parent
3cbeb2fd4f
commit
95eac86d6f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=59597
@ -326,6 +326,7 @@
|
||||
SUBDIR += p5-Net-Pcap
|
||||
SUBDIR += p5-Net-Radius
|
||||
SUBDIR += p5-Net-RawIP
|
||||
SUBDIR += p5-Net-SMPP
|
||||
SUBDIR += p5-Net-SNMP
|
||||
SUBDIR += p5-Net-SSH
|
||||
SUBDIR += p5-Net-SSH-Perl
|
||||
|
22
net/p5-Net-SMPP/Makefile
Normal file
22
net/p5-Net-SMPP/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# New ports collection makefile for: Net-SMPP
|
||||
# Date created: 20 May 2002
|
||||
# Whom: jhay
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Net-SMPP
|
||||
PORTVERSION= 1.01
|
||||
CATEGORIES= net perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Net
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= jhay@FreeBSD.org
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||
MAN3= Net::SMPP.3
|
||||
|
||||
.include <bsd.port.mk>
|
1
net/p5-Net-SMPP/distinfo
Normal file
1
net/p5-Net-SMPP/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (Net-SMPP-1.01.tar.gz) = 32f37e09d1f149733af086cc69d65a00
|
1
net/p5-Net-SMPP/pkg-comment
Normal file
1
net/p5-Net-SMPP/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Net::SMPP - pure Perl implementation of SMPP 3.4 over TCP
|
4
net/p5-Net-SMPP/pkg-descr
Normal file
4
net/p5-Net-SMPP/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
Implements Short Message Peer to Peer protocol, which is frequently used to
|
||||
pass short messages between mobile operators implementing short message
|
||||
service (SMS). This is applicable to both european GSM and american CDMA/TDMA
|
||||
systems.
|
11
net/p5-Net-SMPP/pkg-plist
Normal file
11
net/p5-Net-SMPP/pkg-plist
Normal file
@ -0,0 +1,11 @@
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/SMPP/.packlist
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Net/smsc.pl
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Net/sendmessage.pl
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Net/esme-rec.pl
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Net/esme-hammer.pl
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Net/SMPP.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Net/esme.pl
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Net/bind-hammer.pl
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/SMPP
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net 2>/dev/null || true
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Net 2>/dev/null || true
|
Loading…
Reference in New Issue
Block a user