17 lines
293 B
Makefile
17 lines
293 B
Makefile
# $OpenBSD: Makefile,v 1.35 2021/01/01 10:32:49 benoit Exp $
|
|
|
|
COMMENT = graph data structures and algorithms
|
|
|
|
MODULES = cpan
|
|
PKG_ARCH = *
|
|
DISTNAME = Graph-0.9716
|
|
CATEGORIES = devel
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
RUN_DEPENDS = devel/p5-Heap>=0.80 \
|
|
devel/p5-Set-Object
|
|
|
|
.include <bsd.port.mk>
|