15 lines
260 B
Makefile
15 lines
260 B
Makefile
# $OpenBSD: Makefile,v 1.28 2017/12/04 17:56:27 espie Exp $
|
|
|
|
COMMENT = graph data structures in perl
|
|
|
|
MODULES = cpan
|
|
PKG_ARCH = *
|
|
DISTNAME = Graph-0.9704
|
|
CATEGORIES = devel
|
|
FIX_EXTRACT_PERMISSIONS=Yes
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
.include <bsd.port.mk>
|