2009-09-15 13:37:21 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.8 2009/09/15 17:37:21 jasper Exp $
|
2003-04-03 05:36:22 -05:00
|
|
|
|
2007-09-15 20:17:04 -04:00
|
|
|
COMMENT= classes to create and decode MIME messages in PHP
|
2003-04-03 05:36:22 -05:00
|
|
|
|
2006-10-28 14:01:52 -04:00
|
|
|
DISTNAME= Mail_Mime-1.3.1
|
2009-09-15 13:37:21 -04:00
|
|
|
PKGNAME= pear-${DISTNAME:S/_/-/}p1
|
2003-04-03 05:36:22 -05:00
|
|
|
CATEGORIES= mail pear
|
|
|
|
|
|
|
|
MASTER_SITES= http://pear.php.net/get/
|
|
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
|
2007-03-22 18:48:03 -04:00
|
|
|
MODULES= www/pear
|
2003-04-03 05:36:22 -05:00
|
|
|
|
|
|
|
# PHP License
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|