summaryrefslogtreecommitdiff
path: root/textproc/syck/Makefile
blob: f9e628df95ba19856318cc4c1aa7d28df6d45cf4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# New ports collection makefile for:	syck
# Date created:			2 December 2004
# Whom:				dd
#
# $FreeBSD$
#

PORTNAME=	syck
PORTVERSION=	0.70
CATEGORIES=	textproc devel
MASTER_SITES=	http://cloud.github.com/downloads/indeyets/syck/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	A library for reading and writing YAML 1.0

GNU_CONFIGURE=	yes
USE_BISON=	build
CFLAGS+=	-fPIC
MAKE_JOBS_UNSAFE=	yes

.include <bsd.port.mk>