freebsd-ports/misc/p5-Array-Compare/Makefile
Emanuel Haupt 44e9ea14e8 Update misc/p5-Array-Compare to 1.13
PR:		86807
Submitted by:	ehaupt
Approved by:	novel (mentor)
2005-10-06 07:42:27 +00:00

22 lines
444 B
Makefile

# New ports collection makefile for: p5-Array-Compare
# Date created: 30 Dec 2001
# Whom: Seamus Venasse <svenasse@polaris.ca>
#
# $FreeBSD$
#
PORTNAME= Array-Compare
PORTVERSION= 1.13
CATEGORIES= misc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Array
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl extension for comparing arrays
PERL_MODBUILD= yes
MAN3= Array::Compare.3
.include <bsd.port.mk>