- Add LICENSE (Artistic 1 & GPL 1) - Take maintainership Changes: http://search.cpan.org/dist/Chatbot-Eliza/Changes
19 lines
312 B
Makefile
19 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>
|