diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-08-03 07:52:55 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-08-03 07:52:55 +0000 |
commit | ce05caaae21cd6b880cf5567917d6bde1c9144fa (patch) | |
tree | e8a2212c45ee293e5d8bec7c358c6a9a87fccd0d /www/webinject | |
parent | 515af4186399b6025506d8ebfb5396b8761417b0 (diff) |
Notes
Diffstat (limited to 'www/webinject')
-rw-r--r-- | www/webinject/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/www/webinject/Makefile b/www/webinject/Makefile index ed134b8ee604..00141a91115a 100644 --- a/www/webinject/Makefile +++ b/www/webinject/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: webinject -# Date created: August 22nd 2006 -# Whom: Gerrit Beine <gerrit.beine@gmx.de> -# +# Created by: Gerrit Beine <gerrit.beine@gmx.de> # $FreeBSD$ -# PORTNAME= webinject PORTVERSION= 1.41 @@ -25,7 +21,7 @@ RUN_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ #RUN_DEPENDS+= p5-Tk>=0:${PORTSDIR}/x11-toolkits/p5-Tk .endif -USE_PERL5= yes +USES= perl5 NO_BUILD= yes WRKSRC= ${WRKDIR}/${PORTNAME} |