diff options
Diffstat (limited to 'sysutils/p5-User/Makefile')
-rw-r--r-- | sysutils/p5-User/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/sysutils/p5-User/Makefile b/sysutils/p5-User/Makefile index 640c82a2a17c..fc0911496f14 100644 --- a/sysutils/p5-User/Makefile +++ b/sysutils/p5-User/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-User -# Date created: May 28th, 2002 -# Whom: Erwin Lansing <erwin@FreeBSD.org> -# +# Created by: Erwin Lansing <erwin@FreeBSD.org> # $FreeBSD$ -# PORTNAME= User PORTVERSION= 1.9 @@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= User - API for locating user information regardless of OS -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= User.3 |