1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
freebsd-ports/textproc/libyaml/Makefile
Ying-Chieh Liao 8700f476c4 add libyaml 0.0.1
A YAML 1.1 parser and emitter written in C

PR:		102712
2006-09-01 09:50:25 +00:00

28 lines
511 B
Makefile

# ex:ts=8
# Ports collection makefile for: libyaml
# Date created: Aug 31, 2006
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= libyaml
PORTVERSION= 0.0.1
CATEGORIES= textproc
MASTER_SITES= http://pyyaml.org/download/libyaml/
DISTNAME= yaml-${PORTVERSION}
MAINTAINER= ijliao@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.0 \
lib/libyaml.a \
lib/libyaml.so
.include <bsd.port.mk>