diff options
Diffstat (limited to 'www/p5-WWW-Baseball-NPB/Makefile')
-rw-r--r-- | www/p5-WWW-Baseball-NPB/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/www/p5-WWW-Baseball-NPB/Makefile b/www/p5-WWW-Baseball-NPB/Makefile index 54c101c00160..78dcca7557c8 100644 --- a/www/p5-WWW-Baseball-NPB/Makefile +++ b/www/p5-WWW-Baseball-NPB/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-WWW-Baseball-NPB -# Date created: 2006/07/21 -# Whom: chinsan <chinsan.tw@gmail.com> -# +# Created by: chinsan <chinsan.tw@gmail.com> # $FreeBSD$ -# PORTNAME= WWW-Baseball-NPB PORTVERSION= 0.03 @@ -17,7 +13,8 @@ COMMENT= Fetches Japanese baseball games information BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= WWW::Baseball::NPB.3 WWW::Baseball::NPB::Game.3 |