This module's goal is to be a one stop shop for checking to see that your versions across your dist are sane. From Wen Heping < wenheping2000 at hotmail.com >, thanks! OK afresh1@
19 lines
348 B
Makefile
19 lines
348 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2019/07/08 09:48:04 cwen Exp $
|
|
|
|
COMMENT = check to see that version's in modules are sane
|
|
|
|
DISTNAME = Test-Version-2.09
|
|
|
|
CATEGORIES = devel
|
|
|
|
# Artistic 2.0
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = cpan
|
|
RUN_DEPENDS = devel/p5-File-Find-Rule-Perl
|
|
TEST_DEPENDS = devel/p5-Test-Exception
|
|
|
|
PKG_ARCH = *
|
|
|
|
.include <bsd.port.mk>
|