2010-12-03 06:44:22 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.13 2010/12/03 11:44:27 ajacoutot Exp $
|
2004-07-08 21:30:00 -04:00
|
|
|
|
2007-09-15 22:52:56 -04:00
|
|
|
COMMENT= Perl module for comparing arrays
|
2004-07-08 21:30:00 -04:00
|
|
|
|
2006-11-25 11:32:33 -05:00
|
|
|
MODULES= cpan
|
2010-07-02 00:13:09 -04:00
|
|
|
DISTNAME= Array-Compare-2.01
|
2010-12-03 06:44:22 -05:00
|
|
|
REVISION= 0
|
2006-11-25 11:32:33 -05:00
|
|
|
CATEGORIES= devel
|
2010-10-18 13:47:50 -04:00
|
|
|
USE_GROFF = Yes
|
2004-07-08 21:30:00 -04:00
|
|
|
|
|
|
|
# Artistic
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2009-10-10 05:29:21 -04:00
|
|
|
CPAN_AUTHOR= DAVECROSS
|
|
|
|
|
2010-07-02 00:13:09 -04:00
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
2010-11-15 14:45:56 -05:00
|
|
|
RUN_DEPENDS= devel/p5-Moose
|
2010-07-02 00:13:09 -04:00
|
|
|
|
2006-11-25 11:32:33 -05:00
|
|
|
CONFIGURE_STYLE=modbuild
|
|
|
|
MAKE_ENV= TEST_POD=Yes
|
2004-07-08 21:30:00 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|