12 lines
198 B
Makefile
12 lines
198 B
Makefile
|
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>
|