14 lines
265 B
Makefile
14 lines
265 B
Makefile
# $OpenBSD: Makefile,v 1.18 2020/07/03 21:44:38 sthen Exp $
|
|
|
|
COMMENT= module to create Markov chains and output based on them
|
|
|
|
MODULES= cpan
|
|
PKG_ARCH= *
|
|
DISTNAME= Algorithm-MarkovChain-0.06
|
|
REVISION= 3
|
|
CATEGORIES= devel
|
|
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
.include <bsd.port.mk>
|