freebsd-ports/textproc/p5-YAML/Makefile

21 lines
332 B
Makefile
Raw Normal View History

# $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>