freebsd-ports/misc/p5-Bot-Training-MegaHAL/Makefile
Chris Rees 03e2aea6fa Provides megahal.trn training data for Bot::Training
WWW: http://search.cpan.org/dist/Bot-Training-MegaHAL

PR:		ports/159039
Submitted by:	milki <milki at rescomp.berkeley.edu>
2011-07-28 07:10:28 +00:00

29 lines
703 B
Makefile

# New ports collection Makefile for: Bot-Training-MegaHAL
# Date created: 2011-07-19
# Whom: milki <milki@rescomp.berkeley.edu>
#
# $FreeBSD$
#
PORTNAME= Bot-Training-MegaHAL
PORTVERSION= 0.02
CATEGORIES= misc perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:AVAR
PKGNAMEPREFIX= p5-
MAINTAINER= milki@rescomp.berkeley.edu
COMMENT= Provide megahal.trn via Bot::Training
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-File-ShareDir-Install>=0:${PORTSDIR}/devel/p5-File-ShareDir-Install
RUN_DEPENDS= p5-Any-Moose>=0:${PORTSDIR}/devel/p5-Any-Moose \
p5-Bot-Training>=0:${PORTSDIR}/misc/p5-Bot-Training
PERL_CONFIGURE= 5.10.0+
MAN3= Bot::Training::MegaHAL.3
.include <bsd.port.mk>