- simplify dependencies
- bump PORTREVISION
This commit is contained in:
parent
3ed3abd562
commit
1c5926f815
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=245152
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= Data-Dump-Streamer
|
||||
PORTVERSION= 2.09
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
@ -14,10 +15,8 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Stream a highly accurate breadth first data dump in Perl code
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/Text/Balanced.pm:${PORTSDIR}/textproc/p5-Text-Balanced \
|
||||
${SITE_PERL}/${PERL_ARCH}/B/Utils.pm:${PORTSDIR}/devel/p5-B-Utils \
|
||||
${SITE_PERL}/${PERL_ARCH}/PadWalker.pm:${PORTSDIR}/devel/p5-PadWalker
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
RUN_DEPENDS= p5-B-Utils>=0.05:${PORTSDIR}/devel/p5-B-Utils
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= DDS
|
||||
|
Loading…
Reference in New Issue
Block a user