mirror of
https://git.freebsd.org/ports.git
synced 2025-06-24 22:20:35 -04:00
See http://wiki.freebsd.org/Perl for details. - Change maintainership from ports@ to perl@ for ports in this changeset. - Remove MD5 checksum
25 lines
517 B
Makefile
25 lines
517 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= 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= ${BUILD_DEPENDS}
|
|
|
|
PERL_MODBUILD= yes
|
|
|
|
MAN3= Array::Compare.3
|
|
|
|
.include <bsd.port.mk>
|