17 lines
279 B
Makefile
17 lines
279 B
Makefile
# $OpenBSD: Makefile,v 1.7 2015/02/10 11:34:16 sthen Exp $
|
|
|
|
COMMENT= class to decode mime messages
|
|
|
|
DISTNAME= Mail_mimeDecode-1.5.5
|
|
CATEGORIES= mail
|
|
|
|
MODULES= www/pear
|
|
PKG_ARCH= *
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
RUN_DEPENDS= mail/pear-Mail-Mime>=1.5.2
|
|
|
|
.include <bsd.port.mk>
|