25 lines
534 B
Makefile
25 lines
534 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.01
|
|
CATEGORIES= misc perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= ../../authors/id/D/DA/DAVECROSS
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Perl extension for comparing arrays
|
|
|
|
BUILD_DEPENDS= p5-Moose>0:${PORTSDIR}/devel/p5-Moose
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
PERL_MODBUILD= yes
|
|
|
|
MAN3= Array::Compare.3
|
|
|
|
.include <bsd.port.mk>
|