freebsd-ports/mail/pear-Mail_mimeDecode/Makefile
2014-09-23 16:45:35 +00:00

19 lines
441 B
Makefile

# Created by: Zhen REN <bg1tpt@gmail.com>
# $FreeBSD$
PORTNAME= Mail_mimeDecode
PORTVERSION= 1.5.5
CATEGORIES= mail www pear
DISTNAME= Mail_mimeDecode-${PORTVERSION}
MAINTAINER= joehorn@gmail.com
COMMENT= Provides a class to decode mime messages
BUILD_DEPENDS= ${PEARDIR}/Mail/mime.php:${PORTSDIR}/mail/pear-Mail_Mime
RUN_DEPENDS= ${PEARDIR}/Mail/mime.php:${PORTSDIR}/mail/pear-Mail_Mime
LICENSE= BSD
USES= pear
.include <bsd.port.mk>