openbsd-ports/mail/pear-Mail-Mime/Makefile

19 lines
363 B
Makefile
Raw Normal View History

2010-03-20 20:02:22 -04:00
# $OpenBSD: Makefile,v 1.12 2010/03/21 00:02:22 sthen Exp $
COMMENT= classes to create and decode MIME messages in PHP
2010-03-20 20:02:22 -04:00
DISTNAME= Mail_Mime-1.5.3
2009-11-18 13:06:53 -05:00
PKGNAME= pear-${DISTNAME:S/_/-/}
CATEGORIES= mail
MODULES= www/pear
2010-03-20 20:02:22 -04:00
PKG_ARCH= *
2009-11-18 13:06:53 -05:00
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
.include <bsd.port.mk>