14 lines
260 B
Makefile
14 lines
260 B
Makefile
# $OpenBSD: Makefile,v 1.17 2020/11/11 15:18:47 benoit Exp $
|
|
|
|
COMMENT= module for merging hierarchies using the C3 algorithm
|
|
|
|
MODULES= cpan
|
|
PKG_ARCH= *
|
|
DISTNAME = Algorithm-C3-0.11
|
|
CATEGORIES= devel
|
|
|
|
# Artistic
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
.include <bsd.port.mk>
|