15 lines
254 B
Makefile
15 lines
254 B
Makefile
# $OpenBSD: Makefile,v 1.29 2019/07/12 20:44:56 sthen Exp $
|
|
|
|
COMMENT = graph data structures in perl
|
|
|
|
MODULES = cpan
|
|
PKG_ARCH = *
|
|
DISTNAME = Graph-0.9704
|
|
CATEGORIES = devel
|
|
FIX_EXTRACT_PERMISSIONS=Yes
|
|
|
|
# perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
.include <bsd.port.mk>
|