diff options
Diffstat (limited to 'misc/p5-Bot-Training/Makefile')
-rw-r--r-- | misc/p5-Bot-Training/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/misc/p5-Bot-Training/Makefile b/misc/p5-Bot-Training/Makefile index 6c423ea0a508..92aa23a5aa2d 100644 --- a/misc/p5-Bot-Training/Makefile +++ b/misc/p5-Bot-Training/Makefile @@ -2,11 +2,10 @@ # $FreeBSD$ PORTNAME= Bot-Training -PORTVERSION= 0.04 -PORTREVISION= 2 +PORTVERSION= 0.06 CATEGORIES= misc perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= CPAN:AVAR +MASTER_SITE_SUBDIR= CPAN:FIBO PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org @@ -14,18 +13,19 @@ COMMENT= Plain text training material for bots like Hailo and MegaHAL LICENSE= ART10 GPLv1 LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= p5-Any-Moose>=0:devel/p5-Any-Moose \ + p5-Class-Load>=0:devel/p5-Class-Load \ 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} +NO_ARCH= yes USES= perl5 USE_PERL5= configure |