pkgsrc-wip/p5-AI-Prolog/Makefile
Christian St 4ad5c9778a Import p5-AI-Prolog-0.739 as wip/p5-AI-Prolog.
AI::Prolog is a pure Perl predicate logic engine.
In predicate logic, instead of telling the computer
how to do something, you tell the computer what
something is and let it figure out how to do it.
Conceptually this is similar to regular expressions.
2008-08-08 11:25:35 +00:00

27 lines
958 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2008/08/08 11:25:35 athaba Exp $
#
DISTNAME= AI-Prolog-0.739
PKGNAME= p5-${DISTNAME}
CATEGORIES= perl5 lang
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=AI/}
MAINTAINER= athaba@inode.at
HOMEPAGE= http://search.cpan.org/dist/AI-Prolog
COMMENT= Pure Perl predicate logic engine
DEPENDS+= p5-Clone>=0.15:../../devel/p5-Clone
DEPENDS+= p5-Exporter-Tidy>=0.06:../../wip/p5-Exporter-Tidy
DEPENDS+= p5-Hash-AsObject>=0.05:../../wip/p5-Hash-AsObject
DEPENDS+= p5-Regexp-Common>=2.119:../../textproc/p5-Regexp-Common
DEPENDS+= p5-Term-ReadKey>=2.21:../../devel/p5-Term-ReadKey
DEPENDS+= p5-Term-ReadLine>=1.01:../../devel/p5-Term-ReadLine
DEPENDS+= p5-Text-Balanced>=1.95:../../textproc/p5-Text-Balanced
DEPENDS+= p5-Text-Quote>=0.03:../../wip/p5-Text-Quote
DEPENDS+= p5-aliased>=0.11:../../wip/p5-aliased
PERL5_PACKLIST= auto/AI/Prolog/.packlist
USE_LANGUAGES= # none
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"