diff options
author | tobez <tobez@FreeBSD.org> | 2005-09-23 19:59:12 +0800 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2005-09-23 19:59:12 +0800 |
commit | 6bf33d251a46848c27f05aa1573a376801a8109c (patch) | |
tree | e354b26a494d86d69388554820d6185cd240392d /misc/p5-Array-Compare/Makefile | |
parent | 9a56c338d83967b0c5e1eaeb34ad871f4137d5a0 (diff) | |
download | freebsd-ports-gnome-6bf33d251a46848c27f05aa1573a376801a8109c.tar.gz freebsd-ports-gnome-6bf33d251a46848c27f05aa1573a376801a8109c.tar.zst freebsd-ports-gnome-6bf33d251a46848c27f05aa1573a376801a8109c.zip |
Update to 1.12. Assign maintainer to perl@.
Diffstat (limited to 'misc/p5-Array-Compare/Makefile')
-rw-r--r-- | misc/p5-Array-Compare/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/p5-Array-Compare/Makefile b/misc/p5-Array-Compare/Makefile index 3aee12c76dd7..87b388d62b2a 100644 --- a/misc/p5-Array-Compare/Makefile +++ b/misc/p5-Array-Compare/Makefile @@ -6,16 +6,16 @@ # PORTNAME= Array-Compare -PORTVERSION= 1.03 +PORTVERSION= 1.12 CATEGORIES= misc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Array PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Perl extension for comparing arrays -PERL_CONFIGURE= yes +PERL_MODBUILD= yes MAN3= Array::Compare.3 |