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

21 lines
370 B
Makefile
Raw Normal View History

2011-09-16 06:31:20 -04:00
# $OpenBSD: Makefile,v 1.5 2011/09/16 10:31:22 espie 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
2011-09-16 06:31:20 -04:00
REVISION= 0
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>