mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Update to 0.10
- Add LICENSE - Sort PLIST Changes: http://search.cpan.org/dist/IO-YAML/CHANGES
This commit is contained in:
parent
f78b7a6eaa
commit
83c242142c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=435397
3 changed files with 10 additions and 8 deletions
|
@ -2,8 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= IO-YAML
|
||||
PORTVERSION= 0.08
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.10
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
@ -11,10 +10,12 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Read and write YAML streams incrementally
|
||||
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= p5-IO-stringy>=0:devel/p5-IO-stringy \
|
||||
p5-YAML>=0:textproc/p5-YAML
|
||||
RUN_DEPENDS= p5-IO-stringy>=0:devel/p5-IO-stringy \
|
||||
p5-YAML>=0:textproc/p5-YAML
|
||||
p5-YAML-LibYAML>=0:textproc/p5-YAML-LibYAML
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= modbuild
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
SHA256 (IO-YAML-0.08.tar.gz) = 999383444f4c43182fab67c45a908e40b2c3459f13ab050f716f4e24ef7ceb6a
|
||||
SIZE (IO-YAML-0.08.tar.gz) = 11970
|
||||
TIMESTAMP = 1488568726
|
||||
SHA256 (IO-YAML-0.10.tar.gz) = f6890fc82e740125bf7b233b9c3e0cf55526c969ba80fe0e496cc7b22562ad54
|
||||
SIZE (IO-YAML-0.10.tar.gz) = 15356
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
%%PERL5_MAN3%%/IO::YAML.3.gz
|
||||
%%SITE_PERL%%/IO/YAML.pm
|
||||
%%PERL5_MAN3%%/IO::YAML.3.gz
|
||||
|
|
Loading…
Add table
Reference in a new issue