freebsd-ports/games/p5-Baseball-Sabermetrics/Makefile
Dag-Erling Smørgrav 9dff352320 Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except
for where it resulted in a change in output from build-depends-list or
run-depends-list.

Approved by:	portmgr (adamw)
2018-10-06 13:06:42 +00:00

22 lines
496 B
Makefile

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