23 lines
481 B
Makefile
23 lines
481 B
Makefile
# $OpenBSD: Makefile,v 1.2 2004/08/09 20:39:54 xsa Exp $
|
|
|
|
COMMENT= "classes to create and decode MIME messages in PHP"
|
|
|
|
V= 1.2.1
|
|
DISTNAME= Mail_Mime-${V}
|
|
PKGNAME= pear-Mail-Mime-${V}
|
|
CATEGORIES= mail pear
|
|
|
|
MASTER_SITES= http://pear.php.net/get/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= Anil Madhavapeddy <avsm@openbsd.org>
|
|
MODULES= www/php4/pear
|
|
|
|
# PHP License
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
.include <bsd.port.mk>
|