openbsd-ports/net/pear-Net-IMAP/Makefile

18 lines
330 B
Makefile
Raw Normal View History

2013-03-11 07:35:43 -04:00
# $OpenBSD: Makefile,v 1.14 2013/03/11 11:35:54 espie Exp $
COMMENT= implementation of the IMAP protocol for PHP
DISTNAME= Net_IMAP-1.1.0
2011-09-16 07:13:37 -04:00
REVISION= 0
CATEGORIES= net
MODULES= www/pear
2010-11-19 17:31:32 -05:00
RUN_DEPENDS+= net/pear-Net-Socket>=1.0.8 \
security/pear-Auth-SASL>=1.0.2
# PHP License
PERMIT_PACKAGE_CDROM= Yes
.include <bsd.port.mk>