- Fix *_DEPENDS
- Bump PORTREVISION for dependency change
This commit is contained in:
parent
157f0c9b4e
commit
4bf8f2c081
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=326623
1 changed files with 13 additions and 2 deletions
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= Tree-DAG_Node
|
||||
PORTVERSION= 1.15
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
@ -11,9 +12,19 @@ EXTRACT_SUFX= .tgz
|
|||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Super class for representing nodes in a tree
|
||||
|
||||
BUILD_DEPENDS= p5-Perl6-Slurp>=0.05.1003:${PORTSDIR}/devel/p5-Perl6-Slurp
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Tree::DAG_Node.3
|
||||
MAN3= Tree::DAG_Node.3
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 501800
|
||||
BUILD_DEPENDS+= p5-PathTools>=3.4000:${PORTSDIR}/devel/p5-PathTools
|
||||
RUN_DEPENDS+= p5-PathTools>=3.4000:${PORTSDIR}/devel/p5-PathTools
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
Loading…
Reference in a new issue