25 lines
453 B
Makefile
25 lines
453 B
Makefile
# $OpenBSD: Makefile,v 1.12 2010/11/15 19:46:01 espie Exp $
|
|
|
|
COMMENT= Perl module for comparing arrays
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Array-Compare-2.01
|
|
CATEGORIES= devel
|
|
USE_GROFF = Yes
|
|
|
|
# Artistic
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
CPAN_AUTHOR= DAVECROSS
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= devel/p5-Moose
|
|
|
|
CONFIGURE_STYLE=modbuild
|
|
MAKE_ENV= TEST_POD=Yes
|
|
|
|
.include <bsd.port.mk>
|