mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Update to 0.06
- Add LICENSE_FILE - Add NO_ARCH - Sort PLIST Changes: http://search.cpan.org/dist/Bot-Training/Changes
This commit is contained in:
parent
e39150a89c
commit
2108c0a55e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=435031
@ -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
|
||||
|
||||
|
@ -1,2 +1,3 @@
|
||||
SHA256 (Bot-Training-0.04.tar.gz) = 462f36e577828f23b90251f39e1ca7b8cab11e48a57353b1f66b612698d78bed
|
||||
SIZE (Bot-Training-0.04.tar.gz) = 12571
|
||||
TIMESTAMP = 1488262592
|
||||
SHA256 (Bot-Training-0.06.tar.gz) = 5e70544d646c910a8517a7ca98958a0f3fe2cf4a1b556ccd8f8ff0c78b2440ce
|
||||
SIZE (Bot-Training-0.06.tar.gz) = 13686
|
||||
|
@ -1,5 +1,5 @@
|
||||
bin/bot-training
|
||||
%%SITE_PERL%%/Bot/Training.pm
|
||||
%%SITE_PERL%%/Bot/Training/Plugin.pm
|
||||
%%PERL5_MAN3%%/Bot::Training.3.gz
|
||||
%%PERL5_MAN1%%/bot-training.1.gz
|
||||
%%PERL5_MAN3%%/Bot::Training.3.gz
|
||||
|
Loading…
Reference in New Issue
Block a user