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

19 lines
366 B
Makefile
Raw Normal View History

2011-04-19 10:24:32 -04:00
# $OpenBSD: Makefile,v 1.13 2011/04/19 14:24:32 giovanni Exp $
COMMENT= classes to create and decode MIME messages in PHP
2011-04-19 10:24:32 -04:00
DISTNAME= Mail_Mime-1.8.1
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>