diff options
author | tobez <tobez@FreeBSD.org> | 2002-05-29 05:02:01 +0800 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2002-05-29 05:02:01 +0800 |
commit | ced9edd745762ac4246833754dff27b6f859527d (patch) | |
tree | 2584a0bd72ebdd8c26eb20471fb26b45fbeead82 /sysutils | |
parent | afe993ef91a6f6c7da48aeb0cf20894f5623d167 (diff) | |
download | freebsd-ports-gnome-ced9edd745762ac4246833754dff27b6f859527d.tar.gz freebsd-ports-gnome-ced9edd745762ac4246833754dff27b6f859527d.tar.zst freebsd-ports-gnome-ced9edd745762ac4246833754dff27b6f859527d.zip |
Add p5-User 1.5, a perl module for locating user information regardless
of OS.
PR: 38666
Submitted by: Erwin Lansing <erwin@lansing.dk>
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/Makefile | 1 | ||||
-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 |
6 files changed, 35 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 662cb4d21f49..24cacd4c9183 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -129,6 +129,7 @@ SUBDIR += p5-SyslogScan SUBDIR += p5-Unix-ConfigFile SUBDIR += p5-Unix-Syslog + SUBDIR += p5-User SUBDIR += paicc SUBDIR += pdumpfs SUBDIR += penv 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 |