diff options
author | clsung <clsung@FreeBSD.org> | 2006-12-11 13:24:44 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2006-12-11 13:24:44 +0800 |
commit | baf314b21a434402684a4a230d553d258457e10e (patch) | |
tree | 8c1d01ded04116b3c1111701cdbca3d276d8046b /math/p5-Math-Random-MT-Auto/Makefile | |
parent | 8200e1687334d1743b0a99b0ba09b5111629f005 (diff) | |
download | freebsd-ports-gnome-baf314b21a434402684a4a230d553d258457e10e.tar.gz freebsd-ports-gnome-baf314b21a434402684a4a230d553d258457e10e.tar.zst freebsd-ports-gnome-baf314b21a434402684a4a230d553d258457e10e.zip |
- Update to 5.04
- Move to perl@FreeBSD.org
PR: ports/106515
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
Diffstat (limited to 'math/p5-Math-Random-MT-Auto/Makefile')
-rw-r--r-- | math/p5-Math-Random-MT-Auto/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/p5-Math-Random-MT-Auto/Makefile b/math/p5-Math-Random-MT-Auto/Makefile index 79ccd1b52c6c..cec44f563bbd 100644 --- a/math/p5-Math-Random-MT-Auto/Makefile +++ b/math/p5-Math-Random-MT-Auto/Makefile @@ -6,13 +6,13 @@ # PORTNAME= Math-Random-MT-Auto -PORTVERSION= 5.03 +PORTVERSION= 5.04 CATEGORIES= math perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Math PKGNAMEPREFIX= p5- -MAINTAINER= gslin@gslin.org +MAINTAINER= perl@FreeBSD.org COMMENT= Auto-seeded Mersenne Twister PRNGs RUN_DEPENDS= ${SITE_PERL}/Object/InsideOut.pm:${PORTSDIR}/devel/p5-Object-InsideOut \ |