16 lines
267 B
Makefile
16 lines
267 B
Makefile
# $OpenBSD: Makefile,v 1.30 2020/07/03 21:44:55 sthen Exp $
|
|
|
|
COMMENT = graph data structures in perl
|
|
|
|
MODULES = cpan
|
|
PKG_ARCH = *
|
|
DISTNAME = Graph-0.9704
|
|
CATEGORIES = devel
|
|
FIX_EXTRACT_PERMISSIONS=Yes
|
|
REVISION = 0
|
|
|
|
# perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
.include <bsd.port.mk>
|