openbsd-ports/devel/p5-Test-Distribution/Makefile

20 lines
341 B
Makefile
Raw Normal View History

2013-03-11 06:50:00 -04:00
# $OpenBSD: Makefile,v 1.10 2013/03/11 10:50:22 espie Exp $
COMMENT= perform tests on all modules of a distribution
MODULES= cpan
2008-10-08 17:41:09 -04:00
DISTNAME= Test-Distribution-2.00
REVISION= 1
CATEGORIES= devel
# Perl
PERMIT_PACKAGE_CDROM= Yes
CONFIGURE_STYLE= modbuild
2010-10-18 13:47:50 -04:00
USE_GROFF = Yes
2010-11-15 14:45:56 -05:00
RUN_DEPENDS= devel/p5-File-Find-Rule-Perl
2010-01-11 17:11:52 -05:00
.include <bsd.port.mk>