diff options
Diffstat (limited to 'devel/p5-App-Cache/Makefile')
-rw-r--r-- | devel/p5-App-Cache/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/devel/p5-App-Cache/Makefile b/devel/p5-App-Cache/Makefile index afda95731dfa..4d51a83b4d30 100644 --- a/devel/p5-App-Cache/Makefile +++ b/devel/p5-App-Cache/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-App-Cache -# Date created: 09 May 2006 -# Whom: Aaron Dalton <aaron@FreeBSD.org> -# +# Created by: Aaron Dalton <aaron@FreeBSD.org> # $FreeBSD$ -# PORTNAME= App-Cache PORTVERSION= 0.37 @@ -21,7 +17,8 @@ RUN_DEPENDS= p5-Class-Accessor-Chained>=0:${PORTSDIR}/devel/p5-Class-Accessor-Ch p5-libwww>=0:${PORTSDIR}/www/p5-libwww BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= App::Cache.3 |