aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2013-03-17 00:16:05 +0800
committermiwi <miwi@FreeBSD.org>2013-03-17 00:16:05 +0800
commit6bb31c0e68436b72e2903f125aad747264fd778c (patch)
tree69b51f89f9114280348f4ff4db40857b61c3126f /net
parent9cb49cdffbce69664c220461b647e46e23a6baaf (diff)
downloadfreebsd-ports-gnome-6bb31c0e68436b72e2903f125aad747264fd778c.tar.gz
freebsd-ports-gnome-6bb31c0e68436b72e2903f125aad747264fd778c.tar.zst
freebsd-ports-gnome-6bb31c0e68436b72e2903f125aad747264fd778c.zip
- Convert to PEAR_AUTOINSTALL
Diffstat (limited to 'net')
-rw-r--r--net/pear-Net_Sieve/Makefile13
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"