1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
freebsd-ports/textproc/p5-YAML-LibYAML/Makefile
Frederic Culot 5353fc212b - Update to 0.35
Changes:	http://search.cpan.org/dist/YAML-LibYAML/Changes
PR:		ports/157464
Submitted by:	Teramoto Masahiro <markun@onohara.to> (maintainer)
2011-05-31 14:51:29 +00:00

26 lines
510 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.35
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= markun@onohara.to
COMMENT= Perl YAML Serialization using XS and libyaml
RUN_DEPENDS= p5-Filter>=0:${PORTSDIR}/devel/p5-Filter
BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
MAN3= YAML::XS::LibYAML.3 \
YAML::XS.3
.include <bsd.port.mk>