diff options
Diffstat (limited to 'devel/p5-Data-Random/Makefile')
-rw-r--r-- | devel/p5-Data-Random/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/devel/p5-Data-Random/Makefile b/devel/p5-Data-Random/Makefile index 09a72c181529..d86dac531c38 100644 --- a/devel/p5-Data-Random/Makefile +++ b/devel/p5-Data-Random/Makefile @@ -1,9 +1,5 @@ -# New Ports Collection Makefile for: p5-Data-Random -# Date created: 2004-07-07 -# Whom: Anton Berezin <tobez@FreeBSD.org> -# +# Created by: Anton Berezin <tobez@FreeBSD.org> # $FreeBSD$ -# PORTNAME= Data-Random PORTVERSION= 0.08 @@ -24,7 +20,8 @@ OPTIONS_DEFAULT= DATE_CALC DATE_CALC_DESC= Support for rand_date() GD_DESC= Support for rand_image() -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Data::Random.3 Data::Random::WordList.3 |