diff options
Diffstat (limited to 'textproc/p5-CSS-Tiny/Makefile')
-rw-r--r-- | textproc/p5-CSS-Tiny/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/textproc/p5-CSS-Tiny/Makefile b/textproc/p5-CSS-Tiny/Makefile index 37e8267a9239..72e63255590b 100644 --- a/textproc/p5-CSS-Tiny/Makefile +++ b/textproc/p5-CSS-Tiny/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-CSS-Tiny -# Date created: 2003-10-31 -# Whom: Hansjoerg Pehofer <hansjoerg.pehofer@uibk.ac.at> -# +# Created by: Hansjoerg Pehofer <hansjoerg.pehofer@uibk.ac.at> # $FreeBSD$ -# PORTNAME= CSS-Tiny PORTVERSION= 1.19 @@ -17,7 +13,8 @@ COMMENT= Read/Write .css files with as little code as possible RUN_DEPENDS= p5-Clone>=0:${PORTSDIR}/devel/p5-Clone BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= CSS::Tiny.3 |