17 lines
251 B
Makefile
17 lines
251 B
Makefile
# $OpenBSD: Makefile,v 1.14 2019/07/12 20:45:14 sthen Exp $
|
|
|
|
COMMENT= YAML Test Shell
|
|
|
|
DISTNAME = YAML-Shell-0.71
|
|
CATEGORIES= devel
|
|
|
|
# perl
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODULES= cpan
|
|
PKG_ARCH= *
|
|
|
|
RUN_DEPENDS= devel/p5-YAML>=0.68
|
|
|
|
.include <bsd.port.mk>
|