16 lines
291 B
Makefile
16 lines
291 B
Makefile
# $OpenBSD: Makefile,v 1.17 2018/01/20 07:29:40 benoit 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_CDROM = Yes
|
|
|
|
.include <bsd.port.mk>
|