50eb85c436
Test::Reporter reports the test results of any given distribution to the CPAN testing service. See http://testers.cpan.org/ for details.
16 lines
319 B
Makefile
16 lines
319 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2006/12/03 13:09:30 steven Exp $
|
|
|
|
COMMENT= "sends test results to cpan-testers@perl.org"
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Test-Reporter-1.27
|
|
CATEGORIES= devel
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
.include <bsd.port.mk>
|