aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Data-Random
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2007-09-10 00:36:03 +0000
committerMark Linimon <linimon@FreeBSD.org>2007-09-10 00:36:03 +0000
commit94fc0435c74a92e627f12290575dcf1410594c2a (patch)
tree6de96cfbcf952dca63c9324cdac7251f88dcdc28 /devel/p5-Data-Random
parent76028392daf22a057ab7da8804637ed36389def4 (diff)
downloadports-94fc0435c74a92e627f12290575dcf1410594c2a.tar.gz
ports-94fc0435c74a92e627f12290575dcf1410594c2a.zip
Notes
Diffstat (limited to 'devel/p5-Data-Random')
-rw-r--r--devel/p5-Data-Random/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/p5-Data-Random/Makefile b/devel/p5-Data-Random/Makefile
index 26e50878a2f1..e39b3338abdf 100644
--- a/devel/p5-Data-Random/Makefile
+++ b/devel/p5-Data-Random/Makefile
@@ -13,6 +13,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl module for generating random data
+PERL_CONFIGURE= yes
+
.include <bsd.port.pre.mk>
# define WITHOUT_DATE_CALC to disable support for rand_date()
@@ -28,8 +30,6 @@ EXTRA_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/GD.pm:${PORTSDIR}/graphics/p5-GD
BUILD_DEPENDS+= ${EXTRA_DEPENDS}
RUN_DEPENDS+= ${EXTRA_DEPENDS}
-PERL_CONFIGURE= yes
-
MAN3= Data::Random.3 Data::Random::WordList.3
.include <bsd.port.post.mk>