mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 01:09:24 -04:00
- Update to 0.38 [1]
- Expand the value of BUILD_DEPENDS before assigning it to RUN_DEPENDS Changes: http://search.cpan.org/dist/YAML-LibYAML/Changes PR: ports/164510 [1] Submitted by: Teramoto Masahiro <markun@onohara.to> (maintainer)
This commit is contained in:
parent
465c42effe
commit
20af63807d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=289865
2 changed files with 5 additions and 5 deletions
|
@ -6,7 +6,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= YAML-LibYAML
|
PORTNAME= YAML-LibYAML
|
||||||
PORTVERSION= 0.37
|
PORTVERSION= 0.38
|
||||||
CATEGORIES= textproc perl5
|
CATEGORIES= textproc perl5
|
||||||
MASTER_SITES= CPAN
|
MASTER_SITES= CPAN
|
||||||
PKGNAMEPREFIX= p5-
|
PKGNAMEPREFIX= p5-
|
||||||
|
@ -17,8 +17,8 @@ COMMENT= Perl YAML Serialization using XS and libyaml
|
||||||
LICENSE= ART10 GPLv1
|
LICENSE= ART10 GPLv1
|
||||||
LICENSE_COMB= dual
|
LICENSE_COMB= dual
|
||||||
|
|
||||||
RUN_DEPENDS= p5-Filter>=0:${PORTSDIR}/devel/p5-Filter
|
BUILD_DEPENDS= p5-Filter>0:${PORTSDIR}/devel/p5-Filter
|
||||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||||
|
|
||||||
PERL_CONFIGURE= yes
|
PERL_CONFIGURE= yes
|
||||||
|
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
SHA256 (YAML-LibYAML-0.37.tar.gz) = 75ee088be6c9e44ad28ebeab47df8336548c48b59bab79c8fdf45f6ac117ced1
|
SHA256 (YAML-LibYAML-0.38.tar.gz) = eb98f304d14f6557b07adfa24da16e00cfa54a9d9484b6e898e35f919c5eb7ba
|
||||||
SIZE (YAML-LibYAML-0.37.tar.gz) = 176294
|
SIZE (YAML-LibYAML-0.38.tar.gz) = 176599
|
||||||
|
|
Loading…
Add table
Reference in a new issue