2007-12-15 22:49:01 +01:00
|
|
|
# Ports collection makefile for: pear-Testing_Selenium
|
|
|
|
# Date created: 15 December 2007
|
|
|
|
# Whom: Martin Wilke (miwi@FreeBSD.org)
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Testing_Selenium
|
2011-07-02 13:34:44 +02:00
|
|
|
PORTVERSION= 0.4.4
|
2007-12-15 22:49:01 +01:00
|
|
|
CATEGORIES= devel pear
|
|
|
|
|
|
|
|
MAINTAINER= miwi@FreeBSD.org
|
|
|
|
COMMENT= PEAR Binding - Once more unto the breach
|
|
|
|
|
|
|
|
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
|
|
|
|
RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
|
|
|
|
|
2011-07-02 13:34:44 +02:00
|
|
|
PEAR_AUTOINSTALL= yes
|
2007-12-15 22:49:01 +01:00
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
|
|
|
.include <bsd.port.post.mk>
|