WWW::Baseball::NPB provides you a way to fetch and extract Japanese baseball
games information via Yahoo! Baseball. (NPB = Nippon Professional Baseball) WWW: http://search.cpan.org/dist/WWW-Baseball-NPB/ PR: ports/100674 Submitted by: chinsan <chinsan.tw(at)gmail.com> Approved by: krion (mentor)
This commit is contained in:
parent
2d16749363
commit
3548a49064
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=168757
5 changed files with 48 additions and 0 deletions
|
@ -759,6 +759,7 @@
|
|||
SUBDIR += p5-W3C-LinkChecker
|
||||
SUBDIR += p5-W3C-LogValidator
|
||||
SUBDIR += p5-WWW-Babelfish
|
||||
SUBDIR += p5-WWW-Baseball-NPB
|
||||
SUBDIR += p5-WWW-Comic
|
||||
SUBDIR += p5-WWW-Curl
|
||||
SUBDIR += p5-WWW-Dilbert
|
||||
|
|
31
www/p5-WWW-Baseball-NPB/Makefile
Normal file
31
www/p5-WWW-Baseball-NPB/Makefile
Normal file
|
@ -0,0 +1,31 @@
|
|||
# New ports collection makefile for: p5-WWW-Baseball-NPB
|
||||
# Date created: 2006/07/21
|
||||
# Whom: chinsan <chinsan.tw@gmail.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= WWW-Baseball-NPB
|
||||
PORTVERSION= 0.03
|
||||
CATEGORIES= www japanese perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= WWW
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= chinsan.tw@gmail.com
|
||||
COMMENT= Fetches Japanese baseball games information
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/LWP/Simple.pm:${PORTSDIR}/www/p5-libwww
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= WWW::Baseball::NPB.3 WWW::Baseball::NPB::Game.3
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 500805
|
||||
BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
3
www/p5-WWW-Baseball-NPB/distinfo
Normal file
3
www/p5-WWW-Baseball-NPB/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (WWW-Baseball-NPB-0.03.tar.gz) = e50b3b3e5dca1e0c7a40992dbf9d3fe6
|
||||
SHA256 (WWW-Baseball-NPB-0.03.tar.gz) = ee859130383b8b76dded59ecd6cd429772b579dc129068256dce3bfe9cc9e319
|
||||
SIZE (WWW-Baseball-NPB-0.03.tar.gz) = 9476
|
4
www/p5-WWW-Baseball-NPB/pkg-descr
Normal file
4
www/p5-WWW-Baseball-NPB/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
|||
WWW::Baseball::NPB provides you a way to fetch and extract Japanese baseball
|
||||
games information via Yahoo! Baseball. (NPB = Nippon Professional Baseball)
|
||||
|
||||
WWW: http://search.cpan.org/dist/WWW-Baseball-NPB/
|
9
www/p5-WWW-Baseball-NPB/pkg-plist
Normal file
9
www/p5-WWW-Baseball-NPB/pkg-plist
Normal file
|
@ -0,0 +1,9 @@
|
|||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Baseball/NPB/.packlist
|
||||
%%SITE_PERL%%/WWW/Baseball/NPB.pm
|
||||
%%SITE_PERL%%/WWW/Baseball/NPB/Game.pm
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Baseball/NPB
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Baseball
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW
|
||||
@dirrmtry %%SITE_PERL%%/WWW/Baseball/NPB
|
||||
@dirrmtry %%SITE_PERL%%/WWW/Baseball
|
||||
@dirrmtry %%SITE_PERL%%/WWW
|
Loading…
Reference in a new issue