1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/textproc/libyaml/Makefile
Josh Paetzel 8da45234f1 Update devel/py-yaml and textproc/libyaml to latest versions
PR:	ports/138401
Submitted by:	Wen Heping <wenheping@gmail.com>
Approved by:	itetcu@ (mentor)
2009-09-12 01:14:55 +00:00

29 lines
532 B
Makefile

# ex:ts=8
# Ports collection makefile for: libyaml
# Date created: Aug 31, 2006
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= libyaml
PORTVERSION= 0.1.3
CATEGORIES= textproc
MASTER_SITES= http://pyyaml.org/download/libyaml/
DISTNAME= yaml-${PORTVERSION}
MAINTAINER= jpaetzel@FreeBSD.org
COMMENT= A YAML 1.1 parser and emitter written in C
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
PLIST_FILES= include/yaml.h \
lib/libyaml-0.so \
lib/libyaml-0.so.2 \
lib/libyaml.a \
lib/libyaml.so \
lib/libyaml.la
.include <bsd.port.mk>