summaryrefslogtreecommitdiff
path: root/math/p5-Math-Random
diff options
context:
space:
mode:
authorjoerg <joerg>2007-08-01 19:45:17 +0000
committerjoerg <joerg>2007-08-01 19:45:17 +0000
commitd2d461a1cd8e228654d8528da7fa689f5f214a02 (patch)
treeb5b4525e09e8769d977e4508c95b8af732568cb4 /math/p5-Math-Random
parent17cfcc32c96ee5f2234596a961984e1428066845 (diff)
downloadpkgsrc-d2d461a1cd8e228654d8528da7fa689f5f214a02.tar.gz
Fix path to Perl. Bump revision.
Diffstat (limited to 'math/p5-Math-Random')
-rw-r--r--math/p5-Math-Random/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/math/p5-Math-Random/Makefile b/math/p5-Math-Random/Makefile
index 65882150574..6d8f89654f6 100644
--- a/math/p5-Math-Random/Makefile
+++ b/math/p5-Math-Random/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.4 2005/08/06 06:19:23 jlam Exp $
+# $NetBSD: Makefile,v 1.5 2007/08/01 19:45:17 joerg Exp $
#
DISTNAME= Math-Random-0.67
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= math perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/}
@@ -13,5 +13,7 @@ COMMENT= Random number generators
PERL5_PACKLIST= auto/Math/Random/.packlist
+REPLACE_PERL= example.pl
+
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"