diff options
author | clsung <clsung@FreeBSD.org> | 2006-09-20 10:28:10 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2006-09-20 10:28:10 +0800 |
commit | 88ba5de1c52e36cf7feb4e8276f313b808c2a8a2 (patch) | |
tree | 6d0aad8a56c11d970bfb62bea4483c70ab0ad733 /net/p5-Net-NIS | |
parent | e969bea6f0b76d6b380439f0e9129e080572f0b0 (diff) | |
download | freebsd-ports-gnome-88ba5de1c52e36cf7feb4e8276f313b808c2a8a2.tar.gz freebsd-ports-gnome-88ba5de1c52e36cf7feb4e8276f313b808c2a8a2.tar.zst freebsd-ports-gnome-88ba5de1c52e36cf7feb4e8276f313b808c2a8a2.zip |
Add p5-Net-NIS 0.34, interface to Sun's Network Information Service.
PR: ports/102749
Submitted by: Gea-Suan Lin <gslin at gslin.org>
Diffstat (limited to 'net/p5-Net-NIS')
-rw-r--r-- | net/p5-Net-NIS/Makefile | 22 | ||||
-rw-r--r-- | net/p5-Net-NIS/distinfo | 3 | ||||
-rw-r--r-- | net/p5-Net-NIS/pkg-descr | 10 | ||||
-rw-r--r-- | net/p5-Net-NIS/pkg-plist | 13 |
4 files changed, 48 insertions, 0 deletions
diff --git a/net/p5-Net-NIS/Makefile b/net/p5-Net-NIS/Makefile new file mode 100644 index 000000000000..788a3e27d1f9 --- /dev/null +++ b/net/p5-Net-NIS/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: p5-Net-NIS +# Date created: 2006-09-01 +# Whom: Gea-Suan Lin <gslin@gslin.org> +# +# $FreeBSD$ +# + +PORTNAME= Net-NIS +PORTVERSION= 0.34 +CATEGORIES= net perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Net +PKGNAMEPREFIX= p5- + +MAINTAINER= gslin@gslin.org +COMMENT= Interface to Sun's Network Information Service + +PERL_CONFIGURE= yes + +MAN3= Net::NIS.3 Net::NISTable.3 + +.include <bsd.port.mk> diff --git a/net/p5-Net-NIS/distinfo b/net/p5-Net-NIS/distinfo new file mode 100644 index 000000000000..e67b0ec8ce53 --- /dev/null +++ b/net/p5-Net-NIS/distinfo @@ -0,0 +1,3 @@ +MD5 (Net-NIS-0.34.tar.gz) = 30e5847227fdd999c3c815563fbbe6fc +SHA256 (Net-NIS-0.34.tar.gz) = 226bc312c15a6b59272585305198039d611662e34f4a443b192836abb4ba5881 +SIZE (Net-NIS-0.34.tar.gz) = 16124 diff --git a/net/p5-Net-NIS/pkg-descr b/net/p5-Net-NIS/pkg-descr new file mode 100644 index 000000000000..2b1d56e2e3d9 --- /dev/null +++ b/net/p5-Net-NIS/pkg-descr @@ -0,0 +1,10 @@ +This is a snapshot release of the NIS interface to Perl 5. There are +three parts to the interface: the raw component (Net::NIS), the +object-oriented component (Net::NIS::Table), and the tied interface +(Net::NIS). + +Unless someone provides strong reason to support the raw or OO +components, they will be marked as deprecated and not documented or +enhanced (but still supported for backward compatibility). + +WWW: http://search.cpan.org/dist/Net-NIS/ diff --git a/net/p5-Net-NIS/pkg-plist b/net/p5-Net-NIS/pkg-plist new file mode 100644 index 000000000000..fefb567f8b50 --- /dev/null +++ b/net/p5-Net-NIS/pkg-plist @@ -0,0 +1,13 @@ +@comment $FreeBSD$ +%%SITE_PERL%%/%%PERL_ARCH%%/Net/NIS.pm +%%SITE_PERL%%/%%PERL_ARCH%%/Net/NIS.pod +%%SITE_PERL%%/%%PERL_ARCH%%/Net/NIS/Table.pm +%%SITE_PERL%%/%%PERL_ARCH%%/Net/NISTable.pod +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/NIS/.packlist +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/NIS/NIS.bs +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/NIS/NIS.so +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/NIS/autosplit.ix +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/NIS +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Net/NIS +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Net |