openbsd-ports/net/pear-Net-IMAP/Makefile
2007-05-22 17:28:38 +00:00

22 lines
464 B
Makefile

# $OpenBSD: Makefile,v 1.5 2007/05/22 17:28:39 naddy Exp $
COMMENT= "implementation of the IMAP protocol for PHP"
DISTNAME= Net_IMAP-1.0.3
PKGNAME= pear-${DISTNAME:S/_/-/}p2
CATEGORIES= net pear
MASTER_SITES= http://pear.php.net/get/
EXTRACT_SUFX= .tgz
MAINTAINER= Marc Balmer <mbalmer@openbsd.org>
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>