2013-03-17 15:21:48 +01:00
|
|
|
# Created by: Attila Nagy <bra@fsn.hu>
|
2004-03-15 00:29:25 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Net_IMAP
|
2009-04-25 10:22:51 +02:00
|
|
|
PORTVERSION= 1.1.0
|
2004-03-15 00:29:25 +01:00
|
|
|
CATEGORIES= mail net pear
|
|
|
|
|
2006-06-27 05:58:58 +02:00
|
|
|
MAINTAINER= rafan@FreeBSD.org
|
2004-03-15 00:29:25 +01:00
|
|
|
COMMENT= PEAR class that provides an implementation of the IMAP protocol
|
|
|
|
|
2009-04-25 10:22:51 +02:00
|
|
|
BUILD_DEPENDS= ${PEARDIR}/Net/Socket.php:${PORTSDIR}/net/pear-Net_Socket \
|
|
|
|
${PEARDIR}/Auth/SASL.php:${PORTSDIR}/security/pear-Auth_SASL
|
2013-03-17 15:21:48 +01:00
|
|
|
RUN_DEPENDS= ${PEARDIR}/Net/Socket.php:${PORTSDIR}/net/pear-Net_Socket \
|
|
|
|
${PEARDIR}/Auth/SASL.php:${PORTSDIR}/security/pear-Auth_SASL
|
2004-03-15 00:29:25 +01:00
|
|
|
|
2013-03-17 15:21:48 +01:00
|
|
|
PEAR_AUTOINSTALL= yes
|
2004-03-15 00:29:25 +01:00
|
|
|
|
2013-09-20 21:59:12 +02:00
|
|
|
NO_STAGE= yes
|
2004-03-15 00:29:25 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
2005-12-09 20:24:52 +01:00
|
|
|
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
2004-03-15 00:29:25 +01:00
|
|
|
.include <bsd.port.post.mk>
|