18 lines
353 B
Makefile
18 lines
353 B
Makefile
# $OpenBSD: Makefile,v 1.9 2009/11/06 09:01:07 jasper Exp $
|
|
|
|
COMMENT= implementation of the IMAP protocol for PHP
|
|
|
|
DISTNAME= Net_IMAP-1.0.3
|
|
PKGNAME= pear-${DISTNAME:S/_/-/}p3
|
|
CATEGORIES= net
|
|
|
|
MODULES= www/pear
|
|
|
|
# PHP License
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
.include <bsd.port.mk>
|