diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2013-03-16 16:16:05 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2013-03-16 16:16:05 +0000 |
commit | be9bb6180d159a99dbfcdcdc3efe1b0c6365c437 (patch) | |
tree | 69b51f89f9114280348f4ff4db40857b61c3126f /net/pear-Net_Sieve | |
parent | 976b10d15a8bf7b3f44ffd6d0b5e9c3a2b8ccb37 (diff) | |
download | ports-be9bb6180d159a99dbfcdcdc3efe1b0c6365c437.tar.gz ports-be9bb6180d159a99dbfcdcdc3efe1b0c6365c437.zip |
Notes
Diffstat (limited to 'net/pear-Net_Sieve')
-rw-r--r-- | net/pear-Net_Sieve/Makefile | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/net/pear-Net_Sieve/Makefile b/net/pear-Net_Sieve/Makefile index 8e91641abf93..137a5b3b1b7e 100644 --- a/net/pear-Net_Sieve/Makefile +++ b/net/pear-Net_Sieve/Makefile @@ -1,24 +1,17 @@ -# Ports collection makefile for: pear-Net_Sieve -# Date created: 25 October 2002 -# Whom: Thierry Thomas (<thierry@pompo.net>) -# +# Created by: Thierry Thomas (<thierry@pompo.net>) # $FreeBSD$ -# PORTNAME= Net_Sieve PORTVERSION= 1.3.2 CATEGORIES= net www pear -MAINTAINER= ports@FreeBSD.org +MAINTAINER= miwi@FreeBSD.org COMMENT= PEAR class to handle talking to timsieved BUILD_DEPENDS= ${PEARDIR}/Net/Socket.php:${PORTSDIR}/net/pear-Net_Socket RUN_DEPENDS= ${PEARDIR}/Net/Socket.php:${PORTSDIR}/net/pear-Net_Socket -CATEGORY= Net -FILES= Sieve.php -TESTS= SieveTest.php largescript.siv -_TESTSDIR= tests +PEAR_AUTOINSTALL= yes .include <bsd.port.pre.mk> .include "${PORTSDIR}/devel/pear/bsd.pear.mk" |