diff options
Diffstat (limited to 'devel/p5-Env-PS1/Makefile')
-rw-r--r-- | devel/p5-Env-PS1/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/devel/p5-Env-PS1/Makefile b/devel/p5-Env-PS1/Makefile index 48d5bf193293..c0bc1ddf8929 100644 --- a/devel/p5-Env-PS1/Makefile +++ b/devel/p5-Env-PS1/Makefile @@ -1,10 +1,7 @@ # ex:ts=8 # Ports collection makefile for: Env::PS1 -# Date created: Sep 24, 2004 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= Env-PS1 PORTVERSION= 0.06 @@ -15,7 +12,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Prompt string formatter -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= Env::PS1.3 |