diff options
Diffstat (limited to 'www/p5-WWW-Search-Google/Makefile')
-rw-r--r-- | www/p5-WWW-Search-Google/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/www/p5-WWW-Search-Google/Makefile b/www/p5-WWW-Search-Google/Makefile index bafa6a098596..5d2f10caa0ef 100644 --- a/www/p5-WWW-Search-Google/Makefile +++ b/www/p5-WWW-Search-Google/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-WWW-Search-Google -# Date created: 8 July 2001 -# Whom: Tom Hukins <tom@FreeBSD.org> -# +# Created by: Tom Hukins <tom@FreeBSD.org> # $FreeBSD$ -# PORTNAME= WWW-Search-Google PORTVERSION= 0.23 @@ -21,7 +17,8 @@ BUILD_DEPENDS= p5-WWW-Search>=0:${PORTSDIR}/www/p5-WWW-Search \ p5-Net-Google>=0:${PORTSDIR}/net/p5-Net-Google RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= WWW::Search::Google.3 |