15 lines
270 B
Makefile
15 lines
270 B
Makefile
# $OpenBSD: Makefile,v 1.12 2013/10/11 23:50:23 naddy Exp $
|
|
|
|
COMMENT= clone of the classic Eliza program
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Chatbot-Eliza-1.04
|
|
REVISION= 1
|
|
CATEGORIES= net
|
|
|
|
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
.include <bsd.port.mk>
|