diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2006-07-25 21:17:17 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2006-07-25 21:17:17 +0000 |
commit | 3548a49064d56f96aa159550f5386abb6e0a6f05 (patch) | |
tree | ab89d193c818d8a532b0bab319d87dfe1da56985 /www/p5-WWW-Baseball-NPB | |
parent | 2d16749363714daa239e4d0133bf88bf6388eef9 (diff) |
Notes
Diffstat (limited to 'www/p5-WWW-Baseball-NPB')
-rw-r--r-- | www/p5-WWW-Baseball-NPB/Makefile | 31 | ||||
-rw-r--r-- | www/p5-WWW-Baseball-NPB/distinfo | 3 | ||||
-rw-r--r-- | www/p5-WWW-Baseball-NPB/pkg-descr | 4 | ||||
-rw-r--r-- | www/p5-WWW-Baseball-NPB/pkg-plist | 9 |
4 files changed, 47 insertions, 0 deletions
diff --git a/www/p5-WWW-Baseball-NPB/Makefile b/www/p5-WWW-Baseball-NPB/Makefile new file mode 100644 index 000000000000..5ba31188f10b --- /dev/null +++ b/www/p5-WWW-Baseball-NPB/Makefile @@ -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> diff --git a/www/p5-WWW-Baseball-NPB/distinfo b/www/p5-WWW-Baseball-NPB/distinfo new file mode 100644 index 000000000000..3439651c95e9 --- /dev/null +++ b/www/p5-WWW-Baseball-NPB/distinfo @@ -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 diff --git a/www/p5-WWW-Baseball-NPB/pkg-descr b/www/p5-WWW-Baseball-NPB/pkg-descr new file mode 100644 index 000000000000..28bec5cba5d6 --- /dev/null +++ b/www/p5-WWW-Baseball-NPB/pkg-descr @@ -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/ diff --git a/www/p5-WWW-Baseball-NPB/pkg-plist b/www/p5-WWW-Baseball-NPB/pkg-plist new file mode 100644 index 000000000000..cea8c9cccd95 --- /dev/null +++ b/www/p5-WWW-Baseball-NPB/pkg-plist @@ -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 |