Lines 6-12
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= Tree-Simple |
8 |
PORTNAME= Tree-Simple |
9 |
PORTVERSION= 1.17 |
9 |
PORTVERSION= 1.18 |
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 15-29
Link Here
|
15 |
MAINTAINER= demon@FreeBSD.org |
15 |
MAINTAINER= demon@FreeBSD.org |
16 |
COMMENT= A simple tree object |
16 |
COMMENT= A simple tree object |
17 |
|
17 |
|
|
|
18 |
BUILD_DEPENDS+= ${SITE_PERL}/Test/Exception.pm:${PORTSDIR}/devel/p5-Test-Exception |
19 |
|
18 |
PERL_CONFIGURE= yes |
20 |
PERL_CONFIGURE= yes |
19 |
|
21 |
|
20 |
MAN3= Tree::Simple.3 Tree::Simple::Visitor.3 |
22 |
MAN3= Tree::Simple.3 Tree::Simple::Visitor.3 |
21 |
|
23 |
|
22 |
.include <bsd.port.pre.mk> |
24 |
.include <bsd.port.mk> |
23 |
|
|
|
24 |
.if ${PERL_LEVEL} < 500800 |
25 |
BUILD_DEPENDS+= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple |
26 |
RUN_DEPENDS+= ${BUILD_DEPENDS} |
27 |
.endif |
28 |
|
29 |
.include <bsd.port.post.mk> |