16 lines
284 B
Makefile
16 lines
284 B
Makefile
# $OpenBSD: Makefile,v 1.18 2019/07/12 20:48:35 sthen Exp $
|
|
|
|
COMMENT = clone of the classic Eliza program
|
|
|
|
MODULES = cpan
|
|
PKG_ARCH = *
|
|
DISTNAME = Chatbot-Eliza-1.08
|
|
CATEGORIES = net
|
|
|
|
MAINTAINER = Benoit Lecocq <benoit@openbsd.org>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
.include <bsd.port.mk>
|