mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Add p5-User 1.5, a perl module for locating user information regardless
of OS. PR: 38666 Submitted by: Erwin Lansing <erwin@lansing.dk>
This commit is contained in:
parent
3647e52a78
commit
4460cd9753
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=60224
@ -129,6 +129,7 @@
|
||||
SUBDIR += p5-SyslogScan
|
||||
SUBDIR += p5-Unix-ConfigFile
|
||||
SUBDIR += p5-Unix-Syslog
|
||||
SUBDIR += p5-User
|
||||
SUBDIR += paicc
|
||||
SUBDIR += pdumpfs
|
||||
SUBDIR += penv
|
||||
|
22
sysutils/p5-User/Makefile
Normal file
22
sysutils/p5-User/Makefile
Normal file
@ -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>
|
1
sysutils/p5-User/distinfo
Normal file
1
sysutils/p5-User/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (User-1.5.tar.gz) = 1a7bc73d7e8f2c01d00474bd05373b1c
|
1
sysutils/p5-User/pkg-comment
Normal file
1
sysutils/p5-User/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
User - API for locating user information regardless of OS
|
7
sysutils/p5-User/pkg-descr
Normal file
7
sysutils/p5-User/pkg-descr
Normal file
@ -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
|
3
sysutils/p5-User/pkg-plist
Normal file
3
sysutils/p5-User/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user