openbsd-ports/devel/p5-Test-Inline/Makefile
msf 01a10b841d Initial import of Test-Inline-0.16
Embedding tests allows tests to be placed near the code its testing.
This is a nice supplement to the traditional .t files. It's like XUnit,
Perl-style.
2004-06-10 02:28:32 +00:00

24 lines
476 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2004/06/10 02:28:32 msf Exp $
COMMENT= "inlining your tests next to the code being tested"
DISTNAME= Test-Inline-0.16
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MAINTAINER= Mathieu Sauve-Frankel <msf@openbsd.org>
# Artistic
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>