16 lines
269 B
Makefile
Raw Normal View History

2020-12-06 16:19:59 +00:00
# $OpenBSD: Makefile,v 1.34 2020/12/06 16:19:59 benoit Exp $
2005-03-03 01:02:40 +00:00
COMMENT = graph data structures and algorithms
2005-03-03 01:02:40 +00:00
2015-09-27 07:49:13 +00:00
MODULES = cpan
PKG_ARCH = *
2020-12-06 16:19:59 +00:00
DISTNAME = Graph-0.9712
2015-09-27 07:49:13 +00:00
CATEGORIES = devel
2005-03-03 01:02:40 +00:00
# Perl
PERMIT_PACKAGE = Yes
2010-09-09 20:31:08 +00:00
RUN_DEPENDS = devel/p5-Heap>=0.80
2005-03-03 01:02:40 +00:00
.include <bsd.port.mk>