16 lines
262 B
Makefile
16 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>
|