2010-03-20 21:17:13 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.10 2010/03/21 01:17:13 sthen 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
|
|
|
|
PKGNAME= pear-${DISTNAME:S/_/-/}
|
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-03-20 21:17:13 -04:00
|
|
|
RUN_DEPENDS+= :pear-Net-Socket->=1.0.8:net/pear-Net-Socket \
|
|
|
|
:pear-Auth-SASL->=1.0.2:security/pear-Auth-SASL
|
|
|
|
|
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>
|