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 19:07:09 +00:00
COMMENT= class to decode mime messages
2010-03-21 00:03:06 +00:00
DISTNAME= Mail_mimeDecode-1.5.1
2009-11-18 19:07:09 +00:00
CATEGORIES= mail
MODULES= www/pear
2010-03-21 00:03:06 +00:00
PKG_ARCH= *
2009-11-18 19:07:09 +00:00
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2010-11-19 07:23:05 +00:00
RUN_DEPENDS= mail/pear-Mail-Mime>=1.5.2
2009-11-18 19:07:09 +00:00
.include <bsd.port.mk>