freebsd-ports/sysutils/p5-User/Makefile
Anton Berezin 4460cd9753 Add p5-User 1.5, a perl module for locating user information regardless
of OS.

PR:		38666
Submitted by:	Erwin Lansing <erwin@lansing.dk>
2002-05-28 21:02:01 +00:00

22 lines
472 B
Makefile

# 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>