Lines 6-26
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= Mail_Mime |
8 |
PORTNAME= Mail_Mime |
9 |
PORTVERSION= 1.8.1 |
9 |
PORTVERSION= 1.8.2 |
10 |
PORTEPOCH= 2 |
10 |
PORTEPOCH= 2 |
11 |
CATEGORIES= mail www pear |
11 |
CATEGORIES= mail www pear |
12 |
|
12 |
|
13 |
MAINTAINER= joehorn@gmail.com |
13 |
MAINTAINER= joehorn@gmail.com |
14 |
COMMENT= PEAR classes to create and decode MIME messages |
14 |
COMMENT= PEAR classes to create and decode MIME messages |
15 |
|
15 |
|
16 |
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear |
|
|
17 |
RUN_DEPENDS= ${BUILD_DEPENDS} |
18 |
|
19 |
LICENSE= BSD |
16 |
LICENSE= BSD |
20 |
|
17 |
|
|
|
18 |
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear |
19 |
RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear |
20 |
|
21 |
CATEGORY= Mail |
21 |
CATEGORY= Mail |
22 |
FILES= mime.php mimePart.php |
22 |
FILES= mime.php mimePart.php |
23 |
DATA= xmail.dtd xmail.xsl |
|
|
24 |
_DATADIR= . |
23 |
_DATADIR= . |
25 |
SCRIPTFILES= phail.php |
24 |
SCRIPTFILES= phail.php |
26 |
|
25 |
|