52e655bfe8
msf@ as maintainer at his request.
21 lines
377 B
Makefile
21 lines
377 B
Makefile
# $OpenBSD: Makefile,v 1.9 2009/10/10 09:29:21 sthen Exp $
|
|
|
|
COMMENT= Perl module for comparing arrays
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Array-Compare-1.18
|
|
CATEGORIES= devel
|
|
|
|
# Artistic
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
CPAN_AUTHOR= DAVECROSS
|
|
|
|
CONFIGURE_STYLE=modbuild
|
|
MAKE_ENV= TEST_POD=Yes
|
|
|
|
.include <bsd.port.mk>
|