aboutsummaryrefslogtreecommitdiffstats
path: root/misc/p5-Bot-Training-MegaHAL/Makefile
blob: fde37d655712b44de1f8d924bfe034cc4cc97e7a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# 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

USES=       perl5
USE_PERL5=  configure

MAN3=   Bot::Training::MegaHAL.3

.include <bsd.port.mk>