1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/www/p5-WWW-Baseball-NPB/Makefile
Martin Wilke 3548a49064 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)
2006-07-25 21:17:17 +00:00

32 lines
755 B
Makefile

# 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>