diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-07 14:36:58 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-07 14:36:58 +0000 |
commit | 05fff28d82b4a3231d6a8d6bfcee29167e280a1c (patch) | |
tree | 963d5a2bbd4767b1bc70d5e7979fafa2b281c448 /devel/p5-Data-Structure-Util | |
parent | 321430b7907a9d48964c3e286daea83bc5416361 (diff) | |
download | ports-05fff28d82b4a3231d6a8d6bfcee29167e280a1c.tar.gz ports-05fff28d82b4a3231d6a8d6bfcee29167e280a1c.zip |
Notes
Diffstat (limited to 'devel/p5-Data-Structure-Util')
-rw-r--r-- | devel/p5-Data-Structure-Util/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/devel/p5-Data-Structure-Util/Makefile b/devel/p5-Data-Structure-Util/Makefile index 04464d77d487..adc3ea16c5b4 100644 --- a/devel/p5-Data-Structure-Util/Makefile +++ b/devel/p5-Data-Structure-Util/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Data-Structure -# Date created: April 9 2006 -# Whom: Jon Nistor <nistor@snickers.org> -# +# Created by: Jon Nistor <nistor@snickers.org> # $FreeBSD$ -# PORTNAME= Data-Structure-Util PORTVERSION= 0.15 @@ -18,7 +14,8 @@ COMMENT= Perl5 module to change the nature of data within a structure BUILD_DEPENDS= p5-Clone>=0:${PORTSDIR}/devel/p5-Clone \ p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Data::Structure::Util.3 |