freebsd-ports/devel/p5-IO-YAML/Makefile
Sunpoet Po-Chuan Hsieh 83c242142c Update to 0.10
- Add LICENSE
- Sort PLIST

Changes:	http://search.cpan.org/dist/IO-YAML/CHANGES
2017-03-04 13:48:30 +00:00

23 lines
468 B
Makefile

# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$
PORTNAME= IO-YAML
PORTVERSION= 0.10
CATEGORIES= devel perl5
MASTER_SITES= CPAN
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-LibYAML>=0:textproc/p5-YAML-LibYAML
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= modbuild
.include <bsd.port.mk>