freebsd-ports/misc/p5-Bot-Training/Makefile
Mathieu Arnold 8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00

32 lines
827 B
Makefile

# Created by: milki <milki@rescomp.berkeley.edu>
# $FreeBSD$
PORTNAME= Bot-Training
PORTVERSION= 0.04
PORTREVISION= 2
CATEGORIES= misc perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:AVAR
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Plain text training material for bots like Hailo and MegaHAL
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-Any-Moose>=0:devel/p5-Any-Moose \
p5-Dir-Self>=0:devel/p5-Dir-Self \
p5-File-ShareDir>=0:devel/p5-File-ShareDir \
p5-File-Slurp>=0:devel/p5-File-Slurp \
p5-Moose>=0.82:devel/p5-Moose \
p5-MooseX-Getopt>=0:devel/p5-MooseX-Getopt \
p5-Mouse>=0:devel/p5-Mouse \
p5-MouseX-Getopt>=0:devel/p5-MouseX-Getopt \
p5-namespace-clean>=0:devel/p5-namespace-clean
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>