17 lines
297 B
Makefile
17 lines
297 B
Makefile
# $OpenBSD: Makefile,v 1.19 2020/07/03 21:45:31 sthen Exp $
|
|
|
|
COMMENT = clone of the classic Eliza program
|
|
|
|
MODULES = cpan
|
|
PKG_ARCH = *
|
|
DISTNAME = Chatbot-Eliza-1.08
|
|
CATEGORIES = net
|
|
REVISION = 0
|
|
|
|
MAINTAINER = Benoit Lecocq <benoit@openbsd.org>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
.include <bsd.port.mk>
|