1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-31 05:41:08 +00:00
freebsd-ports/misc/p5-Array-Compare/Makefile
Sunpoet Po-Chuan Hsieh f1f6401332 - Update to 2.02
- Add TEST_DEPENDS
- Pet portlint

Changes:	http://search.cpan.org/dist/Array-Compare/Changes
2011-12-18 08:48:31 +00:00

30 lines
731 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= 2.02
CATEGORIES= misc perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:DAVECROSS
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl extension for comparing arrays
BUILD_DEPENDS= p5-Moose>=0:${PORTSDIR}/devel/p5-Moose
RUN_DEPENDS= p5-Moose>=0:${PORTSDIR}/devel/p5-Moose
TEST_DEPENDS= p5-Test-NoWarnings>=0:${PORTSDIR}/devel/p5-Test-NoWarnings \
p5-Test-Pod>=1:${PORTSDIR}/devel/p5-Test-Pod \
p5-Test-Pod-Coverage>=1:${PORTSDIR}/devel/p5-Test-Pod-Coverage
PERL_CONFIGURE= yes
MAN3= Array::Compare.3
.include <bsd.port.mk>