1127d86d3d
- add missing REGRESS_DEPENDS
27 lines
538 B
Makefile
27 lines
538 B
Makefile
# $OpenBSD: Makefile,v 1.3 2005/03/27 13:14:13 msf Exp $
|
|
|
|
COMMENT= "Perl module for comparing arrays"
|
|
|
|
DISTNAME= Array-Compare-1.12
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
|
|
MAINTAINER= Mathieu Sauve-Frankel <msf@openbsd.org>
|
|
|
|
# Artistic
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Array/}
|
|
|
|
REGRESS_DEPENDS= ::devel/p5-Test-Pod \
|
|
::devel/p5-Test-Pod-Coverage
|
|
|
|
CONFIGURE_STYLE= perl modbuild
|
|
|
|
PKG_ARCH= *
|
|
|
|
.include <bsd.port.mk>
|