3f9fa08343
Changes: https://metacpan.org/changes/distribution/YAML PR was for 1.13 update, but I'm taking the timeout to be an implicit approval to update to the latest version, with the most fixes. PR: 196787 Approved by: maintainer timeout (1 month)
20 lines
344 B
Makefile
20 lines
344 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= YAML
|
|
PORTVERSION= 1.14
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= tobez@FreeBSD.org
|
|
COMMENT= YAML implementation in Perl
|
|
|
|
LICENSE= ART10 GPLv1
|
|
LICENSE_COMB= dual
|
|
|
|
TEST_DEPENDS= p5-Test-YAML>=1.05:${PORTSDIR}/devel/p5-Test-YAML
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|