2009-09-15 13:37:21 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.7 2009/09/15 17:37:21 jasper 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
|
|
|
|
2006-10-22 08:28:49 -04:00
|
|
|
DISTNAME= Net_IMAP-1.0.3
|
2009-09-15 13:37:21 -04:00
|
|
|
PKGNAME= pear-${DISTNAME:S/_/-/}p3
|
2005-02-15 04:45:37 -05:00
|
|
|
CATEGORIES= net pear
|
|
|
|
|
|
|
|
MASTER_SITES= http://pear.php.net/get/
|
|
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
|
2007-03-22 18:48:03 -04:00
|
|
|
MODULES= www/pear
|
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>
|