40969c125c
When using this module in a test script, it goes through all the modules in your distribution, checks their POD, checks that they compile ok and checks that they all define a VERSION.
19 lines
350 B
Makefile
19 lines
350 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2007/02/07 09:42:11 msf Exp $
|
|
|
|
COMMENT= "perform tests on all modules of a distribution"
|
|
|
|
MODULES= cpan
|
|
|
|
DISTNAME= Test-Distribution-1.26
|
|
CATEGORIES= devel
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
CONFIGURE_STYLE= modbuild
|
|
|
|
.include <bsd.port.mk>
|