201e10eb09
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
29 lines
615 B
Makefile
29 lines
615 B
Makefile
# $OpenBSD: Makefile,v 1.22 2002/10/30 00:03:38 pvalchev Exp $
|
|
|
|
IGNORE= "comes with ${OPSYS} as of release 3.3"
|
|
|
|
COMMENT= "basic utilities for writing tests in perl"
|
|
|
|
VERSION= 0.47
|
|
DISTNAME= Test-Simple-${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
|
|
|
|
BUILD_DEPENDS= :p5-Test-Harness-*:devel/p5-Test-Harness
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
REGRESS_TARGET= test
|
|
|
|
.include <bsd.port.mk>
|