18 lines
270 B
Makefile
18 lines
270 B
Makefile
|
COMMENT= perform tests on all modules of a distribution
|
||
|
|
||
|
MODULES= cpan
|
||
|
PKG_ARCH= *
|
||
|
|
||
|
DISTNAME= Test-Distribution-2.00
|
||
|
REVISION= 2
|
||
|
CATEGORIES= devel
|
||
|
|
||
|
# Perl
|
||
|
PERMIT_PACKAGE= Yes
|
||
|
|
||
|
CONFIGURE_STYLE= modbuild
|
||
|
|
||
|
RUN_DEPENDS= devel/p5-File-Find-Rule-Perl
|
||
|
|
||
|
.include <bsd.port.mk>
|