1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
freebsd-ports/games/p5-Baseball-Sabermetrics/Makefile
2013-11-04 14:49:24 +00:00

22 lines
519 B
Makefile

# Created by: chinsan <chinsan.tw@gmail.com>
# $FreeBSD$
PORTNAME= Baseball-Sabermetrics
PORTVERSION= 0.03
CATEGORIES= games perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Baseball Statistics Module
BUILD_DEPENDS= p5-Data-Serializer>=0.29:${PORTSDIR}/devel/p5-Data-Serializer \
p5-HTML-TableExtract>=2.08:${PORTSDIR}/www/p5-HTML-TableExtract \
p5-libwww>=5.801:${PORTSDIR}/www/p5-libwww
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>