2006-07-25 23:17:17 +02:00
|
|
|
# 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
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2006-07-25 23:17:17 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2009-08-28 19:37:26 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2006-07-25 23:17:17 +02:00
|
|
|
COMMENT= Fetches Japanese baseball games information
|
|
|
|
|
2012-06-05 14:43:46 +02:00
|
|
|
BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww
|
2012-01-21 18:40:15 +01:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2006-07-25 23:17:17 +02:00
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= WWW::Baseball::NPB.3 WWW::Baseball::NPB::Game.3
|
|
|
|
|
2012-12-17 13:24:18 +01:00
|
|
|
.include <bsd.port.mk>
|