1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00
freebsd-ports/misc/p5-Chatbot-Eliza/Makefile
Edwin Groothuis a41c97ba0a update misc/p5-Chatbot-Eliza to 1.04
PR:		ports/48010
Submitted by:	Erwin Lansing <erwin@lansing.dk>
2003-02-12 23:40:04 +00:00

25 lines
477 B
Makefile

# ex:ts=8
# Ports collection makefile for: p5-Chatbot-Eliza
# Date created: Jan 12, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= Chatbot-Eliza
PORTVERSION= 1.04
CATEGORIES= misc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Chatbot
PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
COMMENT= A clone of the classic Eliza program
PERL_CONFIGURE= yes
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= Chatbot::Eliza.3
.include <bsd.port.mk>