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

20 lines
357 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.4 2011/06/04 11:41:08 sthen Exp $
2009-11-18 14:07:09 -05:00
COMMENT= class to decode mime messages
2010-03-20 20:03:06 -04:00
DISTNAME= Mail_mimeDecode-1.5.1
2009-11-18 14:07:09 -05:00
CATEGORIES= mail
MODULES= www/pear
2010-03-20 20:03:06 -04:00
PKG_ARCH= *
2009-11-18 14:07:09 -05:00
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2010-11-19 02:23:05 -05:00
RUN_DEPENDS= mail/pear-Mail-Mime>=1.5.2
2009-11-18 14:07:09 -05:00
.include <bsd.port.mk>