freebsd-ports/mail/pear-Net_IMAP/Makefile

20 lines
444 B
Makefile
Raw Normal View History

# Created by: Attila Nagy <bra@fsn.hu>
# $FreeBSD$
PORTNAME= Net_IMAP
2015-01-19 08:42:20 +01:00
PORTVERSION= 1.1.3
CATEGORIES= mail net pear
MAINTAINER= ports@FreeBSD.org
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}
2015-03-18 14:04:48 +01:00
USES= pear
2014-09-23 18:45:35 +02:00
.include <bsd.port.mk>