27 lines
554 B
Makefile
27 lines
554 B
Makefile
# $OpenBSD: Makefile,v 1.13 2002/01/21 21:43:35 shell Exp $
|
|
|
|
COMMENT= "basic utilities for writing tests in perl"
|
|
|
|
VERSION= 0.41
|
|
DISTNAME= Test-Simple-${VERSION}
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
NEED_VERSION= 1.484
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= Test
|
|
|
|
MAINTAINER= Shell Hung <shell@openbsd.org>
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
CONFIGURE_STYLE= perl
|
|
|
|
REGRESS_TARGET= test
|
|
REGRESS_DEPENDS= ::devel/p5-Test-Harness
|
|
|
|
.include <bsd.port.mk>
|