diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2005-10-06 07:42:27 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2005-10-06 07:42:27 +0000 |
commit | 44e9ea14e8ac592ae1f0c78ea5381e8cfeb3e42b (patch) | |
tree | e811944a4b8399a55ae38105ce3a5ce9da39a74b /misc/p5-Array-Compare/Makefile | |
parent | 209c3d7ee2f04bf0b62d2125bd33cf5a4f5b95b0 (diff) |
Notes
Diffstat (limited to 'misc/p5-Array-Compare/Makefile')
-rw-r--r-- | misc/p5-Array-Compare/Makefile | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/misc/p5-Array-Compare/Makefile b/misc/p5-Array-Compare/Makefile index 87b388d62b2a..4ca568a06f29 100644 --- a/misc/p5-Array-Compare/Makefile +++ b/misc/p5-Array-Compare/Makefile @@ -5,18 +5,18 @@ # $FreeBSD$ # -PORTNAME= Array-Compare -PORTVERSION= 1.12 -CATEGORIES= misc perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +PORTNAME= Array-Compare +PORTVERSION= 1.13 +CATEGORIES= misc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Array -PKGNAMEPREFIX= p5- +PKGNAMEPREFIX= p5- -MAINTAINER= perl@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Perl extension for comparing arrays -PERL_MODBUILD= yes +PERL_MODBUILD= yes -MAN3= Array::Compare.3 +MAN3= Array::Compare.3 .include <bsd.port.mk> |