openbsd-ports/devel/p5-Tree-DAG_Node/Makefile
2022-08-03 15:16:42 +00:00

17 lines
262 B
Makefile

COMMENT= superclass for representing nodes in a tree
MODULES= cpan
PKG_ARCH= *
CPAN_AUTHOR= RSAVAGE
DISTNAME = Tree-DAG_Node-1.32
CATEGORIES= devel
# Perl
PERMIT_PACKAGE= Yes
EXTRACT_SUFX = .tgz
RUN_DEPENDS = devel/p5-File-Slurp-Tiny
.include <bsd.port.mk>