freebsd-ports/textproc/p5-YAML-LibYAML/Makefile
Steven Kreuzer b4439e9824 Perl XS binding to libyaml which offers the best YAML support to date.
WWW:    http://search.cpan.org/~nuffin/YAML-LibYAML/

PR:     ports/134066
Submitted by:   TERAMOTO Masahiro <markun@onohara.to>
Approved by:    wxs (mentor)
2009-04-29 13:06:31 +00:00

25 lines
512 B
Makefile

# New ports collection makefile for: p5-YAML-LibYAML
# Date created: 2009-04-28
# Whom: TERAMOTO Masahiro <markun@onohara.to>
#
# $FreeBSD$
#
PORTNAME= YAML-LibYAML
PORTVERSION= 0.32
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= markun@onohara.to
COMMENT= Perl YAML Serialization using XS and libyaml
BUILD_DEPENDS= p5-Filter>=0:${PORTSDIR}/devel/p5-Filter
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= YAML::XS::LibYAML.3 \
YAML::XS.3
.include <bsd.port.mk>