27 lines
600 B
Makefile
27 lines
600 B
Makefile
# $OpenBSD: Makefile,v 1.14 2002/12/29 20:19:11 fgsch Exp $
|
|
|
|
IGNORE= "comes with ${OPSYS} as of release 3.3"
|
|
|
|
COMMENT= "perl module for running perl test scripts with statistics"
|
|
|
|
VERSION= 2.26
|
|
DISTNAME= Test-Harness-${VERSION}
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=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
|
|
|
|
post-patch:
|
|
@perl -pi.orig -e 'm.INSTALLDIRS.&&s,.,,sg' ${WRKSRC}/Makefile.PL
|
|
|
|
.include <bsd.port.mk>
|