diff options
author | pat <pat@FreeBSD.org> | 2002-07-27 02:57:18 +0000 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2002-07-27 02:57:18 +0000 |
commit | b65d4a462094b24ea47f87cbea4687ea04229b9f (patch) | |
tree | 70fd516e52a13502a43a18443fe05488d3f94216 /net/p5-Net-SNPP | |
parent | 558eaf61ef67eb88b78addf45a85a30d01d82436 (diff) | |
download | FreeBSD-ports-b65d4a462094b24ea47f87cbea4687ea04229b9f.zip FreeBSD-ports-b65d4a462094b24ea47f87cbea4687ea04229b9f.tar.gz |
- Update to 1.13
- Add WWW tag to pkg-descr
- Give maintainership to submitter
PR: ports/41023
Submitted by: Erwin Lansing <erwin@lansing.dk>
Diffstat (limited to 'net/p5-Net-SNPP')
-rw-r--r-- | net/p5-Net-SNPP/Makefile | 4 | ||||
-rw-r--r-- | net/p5-Net-SNPP/distinfo | 2 | ||||
-rw-r--r-- | net/p5-Net-SNPP/pkg-descr | 2 |
3 files changed, 5 insertions, 3 deletions
diff --git a/net/p5-Net-SNPP/Makefile b/net/p5-Net-SNPP/Makefile index 79dcf0f..48e4c7b 100644 --- a/net/p5-Net-SNPP/Makefile +++ b/net/p5-Net-SNPP/Makefile @@ -6,13 +6,13 @@ # PORTNAME= Net-SNPP -PORTVERSION= 1.12 +PORTVERSION= 1.13 CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Net PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= erwin@lansing.dk BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/Cmd.pm:${PORTSDIR}/net/p5-Net RUN_DEPENDS= ${BUILD_DEPENDS} diff --git a/net/p5-Net-SNPP/distinfo b/net/p5-Net-SNPP/distinfo index 195d9a8..995bc7b 100644 --- a/net/p5-Net-SNPP/distinfo +++ b/net/p5-Net-SNPP/distinfo @@ -1 +1 @@ -MD5 (Net-SNPP-1.12.tar.gz) = 4a07822ad1842ee3f392d9e5485ab963 +MD5 (Net-SNPP-1.13.tar.gz) = ccc43cf2a58f0eaa93a8381f0045ee9f diff --git a/net/p5-Net-SNPP/pkg-descr b/net/p5-Net-SNPP/pkg-descr index e8bab77..e6147e7 100644 --- a/net/p5-Net-SNPP/pkg-descr +++ b/net/p5-Net-SNPP/pkg-descr @@ -1,3 +1,5 @@ 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. + +WWW: http://search.cpan.org/search?dist=Net-SNPP |