diff options
Diffstat (limited to 'devel/pear-Testing_Selenium/Makefile')
-rw-r--r-- | devel/pear-Testing_Selenium/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/devel/pear-Testing_Selenium/Makefile b/devel/pear-Testing_Selenium/Makefile index 9e7ac74012bc..2df3e01b62e6 100644 --- a/devel/pear-Testing_Selenium/Makefile +++ b/devel/pear-Testing_Selenium/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: pear-Testing_Selenium -# Date created: 15 December 2007 -# Whom: Martin Wilke (miwi@FreeBSD.org) -# +# Created by: Martin Wilke (miwi@FreeBSD.org) # $FreeBSD$ -# PORTNAME= Testing_Selenium PORTVERSION= 0.4.4 @@ -17,6 +13,7 @@ RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear PEAR_AUTOINSTALL= yes +NO_STAGE= yes .include <bsd.port.pre.mk> .include "${PORTSDIR}/devel/pear/bsd.pear.mk" .include <bsd.port.post.mk> |