freebsd-ports/textproc/p5-YAML/Makefile
2017-09-15 08:58:46 +00:00

20 lines
333 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:devel/p5-Test-YAML
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>