2011-09-16 07:13:37 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.13 2011/09/16 11:13:39 espie Exp $
|
2005-02-15 04:45:37 -05:00
|
|
|
|
2007-09-15 18:36:51 -04:00
|
|
|
COMMENT= implementation of the IMAP protocol for PHP
|
2005-02-15 04:45:37 -05:00
|
|
|
|
2010-03-20 21:17:13 -04:00
|
|
|
DISTNAME= Net_IMAP-1.1.0
|
2011-09-16 07:13:37 -04:00
|
|
|
REVISION= 0
|
2009-11-06 04:01:07 -05:00
|
|
|
CATEGORIES= net
|
2005-02-15 04:45:37 -05:00
|
|
|
|
2007-03-22 18:48:03 -04:00
|
|
|
MODULES= www/pear
|
2005-02-15 04:45:37 -05:00
|
|
|
|
2010-11-19 17:31:32 -05:00
|
|
|
RUN_DEPENDS+= net/pear-Net-Socket>=1.0.8 \
|
|
|
|
security/pear-Auth-SASL>=1.0.2
|
2010-03-20 21:17:13 -04:00
|
|
|
|
2005-02-15 04:45:37 -05:00
|
|
|
# PHP License
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|