mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
Provides megahal.trn training data for Bot::Training
WWW: http://search.cpan.org/dist/Bot-Training-MegaHAL PR: ports/159039 Submitted by: milki <milki at rescomp.berkeley.edu>
This commit is contained in:
parent
b8be842426
commit
03e2aea6fa
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=278451
@ -387,6 +387,7 @@
|
||||
SUBDIR += p5-Array-RefElem
|
||||
SUBDIR += p5-Asterisk
|
||||
SUBDIR += p5-Bot-Training
|
||||
SUBDIR += p5-Bot-Training-MegaHAL
|
||||
SUBDIR += p5-Business-Hours
|
||||
SUBDIR += p5-Business-ISBN
|
||||
SUBDIR += p5-Business-ISBN-Data
|
||||
|
29
misc/p5-Bot-Training-MegaHAL/Makefile
Normal file
29
misc/p5-Bot-Training-MegaHAL/Makefile
Normal file
@ -0,0 +1,29 @@
|
||||
# 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
|
||||
|
||||
PERL_CONFIGURE= 5.10.0+
|
||||
|
||||
MAN3= Bot::Training::MegaHAL.3
|
||||
|
||||
.include <bsd.port.mk>
|
2
misc/p5-Bot-Training-MegaHAL/distinfo
Normal file
2
misc/p5-Bot-Training-MegaHAL/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (Bot-Training-MegaHAL-0.02.tar.gz) = 1d9fffa62067fa16ee6c006c235a516f4c4ae6b2a652e178a818d0fd61ed19f3
|
||||
SIZE (Bot-Training-MegaHAL-0.02.tar.gz) = 17956
|
3
misc/p5-Bot-Training-MegaHAL/pkg-descr
Normal file
3
misc/p5-Bot-Training-MegaHAL/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Provides megahal.trn training data for Bot::Training
|
||||
|
||||
WWW: http://search.cpan.org/dist/Bot-Training-MegaHAL
|
9
misc/p5-Bot-Training-MegaHAL/pkg-plist
Normal file
9
misc/p5-Bot-Training-MegaHAL/pkg-plist
Normal file
@ -0,0 +1,9 @@
|
||||
%%SITE_PERL%%/Bot/Training/MegaHAL.pm
|
||||
%%SITE_PERL%%/auto/share/dist/Bot-Training-MegaHAL/megahal.trn
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Bot/Training/MegaHAL/.packlist
|
||||
@dirrm %%SITE_PERL%%/auto/share/dist/Bot-Training-MegaHAL
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Bot/Training/MegaHAL
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Bot/Training
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Bot
|
||||
@dirrmtry %%SITE_PERL%%/Bot/Training
|
||||
@dirrmtry %%SITE_PERL%%/Bot
|
Loading…
Reference in New Issue
Block a user