|
Lines 6-12
Link Here
|
| 6 |
# |
6 |
# |
| 7 |
|
7 |
|
| 8 |
PORTNAME= Tree-Parser |
8 |
PORTNAME= Tree-Parser |
| 9 |
PORTVERSION= 0.11 |
9 |
PORTVERSION= 0.15 |
| 10 |
CATEGORIES= devel perl5 |
10 |
CATEGORIES= devel perl5 |
| 11 |
MASTER_SITES= ${MASTER_SITE_PERL_CPAN} |
11 |
MASTER_SITES= ${MASTER_SITE_PERL_CPAN} |
| 12 |
MASTER_SITE_SUBDIR= Tree |
12 |
MASTER_SITE_SUBDIR= Tree |
|
Lines 16-22
Link Here
|
| 16 |
COMMENT= Module to parse formatted files into tree structures |
16 |
COMMENT= Module to parse formatted files into tree structures |
| 17 |
|
17 |
|
| 18 |
BUILD_DEPENDS= ${SITE_PERL}/Array/Iterator.pm:${PORTSDIR}/devel/p5-Array-Iterator \ |
18 |
BUILD_DEPENDS= ${SITE_PERL}/Array/Iterator.pm:${PORTSDIR}/devel/p5-Array-Iterator \ |
| 19 |
${SITE_PERL}/Tree/Simple.pm:${PORTSDIR}/devel/p5-Tree-Simple |
19 |
${SITE_PERL}/Tree/Simple.pm:${PORTSDIR}/devel/p5-Tree-Simple \ |
|
|
20 |
${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils |
| 20 |
RUN_DEPENDS= ${BUILD_DEPENDS} |
21 |
RUN_DEPENDS= ${BUILD_DEPENDS} |
| 21 |
|
22 |
|
| 22 |
MAN3= Tree::Parser.3 |
23 |
MAN3= Tree::Parser.3 |