mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
Add p5-Net-SNPP 1.12, Perl Simple Network Pager Protocol Client.
PR: 38936 Submitted by: devin@spamcop.net
This commit is contained in:
parent
1811cb0ada
commit
9add0ae311
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=61206
@ -341,6 +341,7 @@
|
||||
SUBDIR += p5-Net-SCP
|
||||
SUBDIR += p5-Net-SMPP
|
||||
SUBDIR += p5-Net-SNMP
|
||||
SUBDIR += p5-Net-SNPP
|
||||
SUBDIR += p5-Net-SSH
|
||||
SUBDIR += p5-Net-SSH-Perl
|
||||
SUBDIR += p5-Net-Server
|
||||
|
25
net/p5-Net-SNPP/Makefile
Normal file
25
net/p5-Net-SNPP/Makefile
Normal file
@ -0,0 +1,25 @@
|
||||
# New ports collection makefile for: Net-SNPP
|
||||
# Date created: 6 Jun 2002
|
||||
# Whom: devin@spamcop.net
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Net-SNPP
|
||||
PORTVERSION= 1.12
|
||||
CATEGORIES= net perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Net
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/Cmd.pm:${PORTSDIR}/net/p5-Net
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||
MAN3= Net::SNPP.3
|
||||
|
||||
.include <bsd.port.mk>
|
1
net/p5-Net-SNPP/distinfo
Normal file
1
net/p5-Net-SNPP/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (Net-SNPP-1.12.tar.gz) = 4a07822ad1842ee3f392d9e5485ab963
|
1
net/p5-Net-SNPP/pkg-comment
Normal file
1
net/p5-Net-SNPP/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Net::SNPP - Perl Simple Network Pager Protocol Client
|
3
net/p5-Net-SNPP/pkg-descr
Normal file
3
net/p5-Net-SNPP/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
This module implements a client interface to the SNPP protocol,
|
||||
enabling a perl5 application to talk to SNPP servers. The SNPP
|
||||
protocol is described in RFC1861.
|
7
net/p5-Net-SNPP/pkg-plist
Normal file
7
net/p5-Net-SNPP/pkg-plist
Normal file
@ -0,0 +1,7 @@
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/SNPP/.packlist
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Net/SNPP.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Net/SNPP/HylaFAX.pm
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Net/SNPP
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/Net/SNPP
|
||||
@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