openbsd-ports/devel/p5-Test-Tester/Makefile
2006-11-05 13:45:24 +00:00

23 lines
475 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2006/11/05 13:45:24 espie Exp $
COMMENT= "run tests built with Test::Builder"
DISTNAME= Test-Tester-0.103
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MAINTAINER= Simon Dassow <janus@errornet.de>
# Artistic and GPL
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>