mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
15 lines
231 B
Makefile
15 lines
231 B
Makefile
COMMENT = graph data structures and algorithms
|
|
|
|
MODULES = cpan
|
|
PKG_ARCH = *
|
|
DISTNAME = Graph-0.9735
|
|
CATEGORIES = devel
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
RUN_DEPENDS = devel/p5-Heap>=0.80 \
|
|
devel/p5-Set-Object
|
|
|
|
.include <bsd.port.mk>
|