aboutsummaryrefslogtreecommitdiff
path: root/mail/pear-Net_IMAP
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_IMAP
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_IMAP')
-rw-r--r--mail/pear-Net_IMAP/Makefile12
1 files changed, 4 insertions, 8 deletions
diff --git a/mail/pear-Net_IMAP/Makefile b/mail/pear-Net_IMAP/Makefile
index b75f0a0b9569..0d40bf3f52b8 100644
--- a/mail/pear-Net_IMAP/Makefile
+++ b/mail/pear-Net_IMAP/Makefile
@@ -1,9 +1,5 @@
-# Ports collection makefile for: pear-Net_IMAP
-# Date created: 12 march 2004
-# Whom: Attila Nagy <bra@fsn.hu>
-#
+# Created by: Attila Nagy <bra@fsn.hu>
# $FreeBSD$
-#
PORTNAME= Net_IMAP
PORTVERSION= 1.1.0
@@ -14,10 +10,10 @@ COMMENT= PEAR class that provides an implementation of the IMAP protocol
BUILD_DEPENDS= ${PEARDIR}/Net/Socket.php:${PORTSDIR}/net/pear-Net_Socket \
${PEARDIR}/Auth/SASL.php:${PORTSDIR}/security/pear-Auth_SASL
-RUN_DEPENDS:= ${BUILD_DEPENDS}
+RUN_DEPENDS= ${PEARDIR}/Net/Socket.php:${PORTSDIR}/net/pear-Net_Socket \
+ ${PEARDIR}/Auth/SASL.php:${PORTSDIR}/security/pear-Auth_SASL
-CATEGORY= Net
-FILES= IMAP.php IMAPProtocol.php
+PEAR_AUTOINSTALL= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"