mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
dc3b831b6b
can look at them.
22 lines
448 B
Makefile
22 lines
448 B
Makefile
# New ports collection makefile for: p5-User
|
|
# Date created: May 28th, 2002
|
|
# Whom: Erwin Lansing <erwin@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= User
|
|
PORTVERSION= 1.8
|
|
CATEGORIES= sysutils perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= User - API for locating user information regardless of OS
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= User.3
|
|
|
|
.include <bsd.port.mk>
|