1ccf2352bc
ok robert@
24 lines
437 B
Makefile
24 lines
437 B
Makefile
# $OpenBSD: Makefile,v 1.10 2010/07/02 04:13:09 jim Exp $
|
|
|
|
COMMENT= Perl module for comparing arrays
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Array-Compare-2.01
|
|
CATEGORIES= devel
|
|
|
|
# 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>
|