blob: 093b6c18b926c34a2c710cc8e1dfb52c934ff22b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# 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>
|