21 lines
432 B
Makefile
21 lines
432 B
Makefile
# $OpenBSD: Makefile,v 1.6 2019/07/12 20:45:12 sthen Exp $
|
|
|
|
COMMENT = testing module for YAML implementations
|
|
|
|
DISTNAME = Test-YAML-1.07
|
|
CATEGORIES = devel
|
|
|
|
MAINTAINER = Andrew Fresh <afresh1@openbsd.org>
|
|
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = cpan
|
|
PKG_ARCH = *
|
|
RUN_DEPENDS = devel/p5-Test-Base>=0.89
|
|
|
|
# Additional depends for AUTHOR_TESTING
|
|
TEST_DEPENDS += devel/p5-Test-Pod
|
|
MAKE_ENV += AUTHOR_TESTING=1
|
|
|
|
.include <bsd.port.mk>
|