aboutsummaryrefslogtreecommitdiff
path: root/mail/pear-Net_Cyrus
diff options
context:
space:
mode:
Diffstat (limited to 'mail/pear-Net_Cyrus')
-rw-r--r--mail/pear-Net_Cyrus/Makefile12
1 files changed, 4 insertions, 8 deletions
diff --git a/mail/pear-Net_Cyrus/Makefile b/mail/pear-Net_Cyrus/Makefile
index 409f74b05c47..1b12db96afc8 100644
--- a/mail/pear-Net_Cyrus/Makefile
+++ b/mail/pear-Net_Cyrus/Makefile
@@ -1,9 +1,5 @@
-# Ports collection makefile for: pear-Net_Cyrus
-# Date created: 12 March 2004
-# Whom: Attila Nagy <bra@fsn.hu>
-#
+# Created by: Attila Nagy <bra@fsn.hu>
# $FreeBSD$
-#
PORTNAME= Net_Cyrus
PORTVERSION= 0.3.1
@@ -14,10 +10,10 @@ COMMENT= PEAR class to administer Cyrus IMAP servers
BUILD_DEPENDS= ${PEARDIR}/Net/Socket.php:${PORTSDIR}/net/pear-Net_Socket \
${PEARDIR}/Net/IMAP.php:${PORTSDIR}/mail/pear-Net_IMAP
-RUN_DEPENDS:= ${BUILD_DEPENDS}
+RUN_DEPENDS= ${PEARDIR}/Net/Socket.php:${PORTSDIR}/net/pear-Net_Socket \
+ ${PEARDIR}/Net/IMAP.php:${PORTSDIR}/mail/pear-Net_IMAP
-CATEGORY= Net
-FILES= Cyrus.php
+PEAR_AUTOINSTALL= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"