aboutsummaryrefslogtreecommitdiff
path: root/mail/pear-Net_Cyrus
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2013-03-17 14:21:48 +0000
committerMartin Wilke <miwi@FreeBSD.org>2013-03-17 14:21:48 +0000
commitb1e63bae7a3c0854cb92643dc9196c10aa3306be (patch)
tree95ae80b703b08288ce63a1b9f68036bbe8de0030 /mail/pear-Net_Cyrus
parent28f0bea43f2827358dbd6076eb27607c2881a70a (diff)
downloadports-b1e63bae7a3c0854cb92643dc9196c10aa3306be.tar.gz
ports-b1e63bae7a3c0854cb92643dc9196c10aa3306be.zip
- Convert to PEAR_AUTOINSTALL
- Trim header
Notes
Notes: svn path=/head/; revision=314446
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"