of -current since a few days ago thanks to millert@ NOTE: If you are not tracking -current and are using the -current ports tree this where you will run into trouble as dependencies on these ports are removed. For -current users, make sure your system is up-to-date
28 lines
623 B
Makefile
28 lines
623 B
Makefile
# $OpenBSD: Makefile,v 1.13 2002/10/30 00:03:38 pvalchev 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
|
|
NEED_VERSION= 1.531
|
|
|
|
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>
|