mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-16 07:58:04 +00:00
2cf4c1e2c8
- Remove conditionals for PERL_LEVEL < 501200 - Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk - Other minor cleanups RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS} PR: ports/165605 Submitted by: pgollucci (myself) Approved by: portmgr (linimon) Exp Run by: linimon Tested by: make index
41 lines
1.1 KiB
Makefile
41 lines
1.1 KiB
Makefile
# New ports collection makefile for: Bot::Training
|
|
# Date created: 2011-07-19
|
|
# Whom: milki <milki@rescomp.berkeley.edu>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Bot-Training
|
|
PORTVERSION= 0.04
|
|
CATEGORIES= misc perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:AVAR
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= milki@rescomp.berkeley.edu
|
|
COMMENT= Plain text training material for bots like Hailo and MegaHAL
|
|
|
|
LICENSE= ART10 GPLv1
|
|
LICENSE_COMB= dual
|
|
|
|
BUILD_DEPENDS= p5-Any-Moose>=0:${PORTSDIR}/devel/p5-Any-Moose \
|
|
p5-Dir-Self>=0:${PORTSDIR}/devel/p5-Dir-Self \
|
|
p5-File-ShareDir>=0:${PORTSDIR}/devel/p5-File-ShareDir \
|
|
p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp \
|
|
p5-Module-Pluggable>=0:${PORTSDIR}/devel/p5-Module-Pluggable \
|
|
p5-Moose>=0.82:${PORTSDIR}/devel/p5-Moose \
|
|
p5-MooseX-Getopt>=0:${PORTSDIR}/devel/p5-MooseX-Getopt \
|
|
p5-Mouse>=0:${PORTSDIR}/devel/p5-Mouse \
|
|
p5-MouseX-Getopt>=0:${PORTSDIR}/devel/p5-MouseX-Getopt \
|
|
p5-namespace-clean>=0:${PORTSDIR}/devel/p5-namespace-clean
|
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN1= bot-training.1
|
|
|
|
MAN3= Bot::Training.3
|
|
|
|
.include <bsd.port.mk>
|