diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2002-05-28 21:02:01 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2002-05-28 21:02:01 +0000 |
commit | 4460cd9753b9da7f18767e8a960005a3e68e3c87 (patch) | |
tree | c436737f07be4f772e7a471d80c5b6f7f410adb1 /sysutils/p5-User | |
parent | Update to 1.0.3. (diff) |
Add p5-User 1.5, a perl module for locating user information regardless
of OS.
PR: 38666
Submitted by: Erwin Lansing <erwin@lansing.dk>
Notes
Notes:
svn path=/head/; revision=60224
Diffstat (limited to 'sysutils/p5-User')
-rw-r--r-- | sysutils/p5-User/Makefile | 22 | ||||
-rw-r--r-- | sysutils/p5-User/distinfo | 1 | ||||
-rw-r--r-- | sysutils/p5-User/pkg-comment | 1 | ||||
-rw-r--r-- | sysutils/p5-User/pkg-descr | 7 | ||||
-rw-r--r-- | sysutils/p5-User/pkg-plist | 3 |
5 files changed, 34 insertions, 0 deletions
diff --git a/sysutils/p5-User/Makefile b/sysutils/p5-User/Makefile new file mode 100644 index 000000000000..834f1a636d24 --- /dev/null +++ b/sysutils/p5-User/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: p5-User +# Date created: May 28th, 2002 +# Whom: Erwin Lansing <erwin@lansing.dk> +# +# $FreeBSD$ +# + +PORTNAME= User +PORTVERSION= 1.5 +CATEGORIES= sysutils perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= User +PKGNAMEPREFIX= p5- + +MAINTAINER= erwin@lansing.dk + +PERL_CONFIGURE= yes + +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +MAN3= User.3 + +.include <bsd.port.mk> diff --git a/sysutils/p5-User/distinfo b/sysutils/p5-User/distinfo new file mode 100644 index 000000000000..7e516c45052e --- /dev/null +++ b/sysutils/p5-User/distinfo @@ -0,0 +1 @@ +MD5 (User-1.5.tar.gz) = 1a7bc73d7e8f2c01d00474bd05373b1c diff --git a/sysutils/p5-User/pkg-comment b/sysutils/p5-User/pkg-comment new file mode 100644 index 000000000000..a271f59c9219 --- /dev/null +++ b/sysutils/p5-User/pkg-comment @@ -0,0 +1 @@ +User - API for locating user information regardless of OS diff --git a/sysutils/p5-User/pkg-descr b/sysutils/p5-User/pkg-descr new file mode 100644 index 000000000000..d25169fa3caa --- /dev/null +++ b/sysutils/p5-User/pkg-descr @@ -0,0 +1,7 @@ +This module is allows applications to retrieve +per-user characteristics. + +WWW: http://search.cpan.org/doc/TBONE/User-1.5/User.pm + +- Erwin Lansing +erwin@lansing.dk diff --git a/sysutils/p5-User/pkg-plist b/sysutils/p5-User/pkg-plist new file mode 100644 index 000000000000..e6faed84a23b --- /dev/null +++ b/sysutils/p5-User/pkg-plist @@ -0,0 +1,3 @@ +lib/perl5/site_perl/%%PERL_VER%%/User.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/User/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/User |