1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
freebsd-ports/misc/p5-Chatbot-Eliza/Makefile
Frederic Culot 0f18a5abda - Update to 1.05
- Add LICENSE (Artistic 1 & GPL 1)
- Take maintainership

Changes:	http://search.cpan.org/dist/Chatbot-Eliza/Changes
2014-04-24 08:05:19 +00:00

20 lines
312 B
Makefile

# Created by: ijliao
# $FreeBSD$
PORTNAME= Chatbot-Eliza
PORTVERSION= 1.05
CATEGORIES= misc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= culot@FreeBSD.org
COMMENT= Clone of the classic Eliza program
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>