16 lines
269 B
Makefile
16 lines
269 B
Makefile
# $OpenBSD: Makefile,v 1.34 2020/12/06 16:19:59 benoit Exp $
|
|
|
|
COMMENT = graph data structures and algorithms
|
|
|
|
MODULES = cpan
|
|
PKG_ARCH = *
|
|
DISTNAME = Graph-0.9712
|
|
CATEGORIES = devel
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
RUN_DEPENDS = devel/p5-Heap>=0.80
|
|
|
|
.include <bsd.port.mk>
|