4e0c7446c7
prereq for regression tests for catalyst.
22 lines
405 B
Makefile
22 lines
405 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2006/11/04 15:04:02 espie Exp $
|
|
|
|
COMMENT= "alternative to Test::More"
|
|
|
|
DISTNAME= Test-use-ok-0.02
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
|
|
|
|
CONFIGURE_STYLE=perl
|
|
|
|
PKG_ARCH= *
|
|
|
|
.include <bsd.port.mk>
|