19 lines
324 B
Makefile
19 lines
324 B
Makefile
# $OpenBSD: Makefile,v 1.14 2021/01/01 09:05:22 benoit Exp $
|
|
|
|
COMMENT= superclass for representing nodes in a tree
|
|
|
|
MODULES= cpan
|
|
PKG_ARCH= *
|
|
CPAN_AUTHOR= RSAVAGE
|
|
DISTNAME = Tree-DAG_Node-1.31
|
|
CATEGORIES= devel
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
EXTRACT_SUFX = .tgz
|
|
|
|
RUN_DEPENDS = devel/p5-File-Slurp-Tiny
|
|
|
|
.include <bsd.port.mk>
|