diff options
Diffstat (limited to 'textproc/p5-YAML-Tiny/Makefile')
-rw-r--r-- | textproc/p5-YAML-Tiny/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/textproc/p5-YAML-Tiny/Makefile b/textproc/p5-YAML-Tiny/Makefile index 17dde25c1967..35ed8407e4a7 100644 --- a/textproc/p5-YAML-Tiny/Makefile +++ b/textproc/p5-YAML-Tiny/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-YAML-Tiny -# Date created: 2006-07-17 -# Whom: Yuan-Chung Hsiao <ychsiao@ychsiao.org> -# +# Created by: Yuan-Chung Hsiao <ychsiao@ychsiao.org> # $FreeBSD$ -# PORTNAME= YAML-Tiny PORTVERSION= 1.51 @@ -16,7 +12,8 @@ COMMENT= Read/Write YAML files with as little code as possible TEST_DEPENDS= p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= YAML::Tiny.3 |