ports/devel/p5-Graph/Makefile

14 lines
231 B
Makefile

COMMENT = graph data structures and algorithms
MODULES = cpan
PKG_ARCH = *
DISTNAME = Graph-0.9726
CATEGORIES = devel
# Perl
PERMIT_PACKAGE = Yes
RUN_DEPENDS = devel/p5-Heap>=0.80 \
devel/p5-Set-Object
.include <bsd.port.mk>