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
|
2015-01-19 08:42:20 +01:00
|
|
|
PORTVERSION= 1.1.3
|
2004-03-15 00:29:25 +01:00
|
|
|
CATEGORIES= mail net pear
|
|
|
|
|
2015-01-16 18:28:13 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2004-03-15 00:29:25 +01:00
|
|
|
COMMENT= PEAR class that provides an implementation of the IMAP protocol
|
|
|
|
|
2015-03-18 14:04:48 +01:00
|
|
|
LICENSE= PHP301
|
|
|
|
|
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
|
2015-03-18 14:04:48 +01:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2004-03-15 00:29:25 +01:00
|
|
|
|
2015-03-18 14:04:48 +01:00
|
|
|
USES= pear
|
2004-03-15 00:29:25 +01:00
|
|
|
|
2014-09-23 18:45:35 +02:00
|
|
|
.include <bsd.port.mk>
|