1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00
freebsd-ports/textproc/syck/Makefile
Martin Wilke 893bb11fb0 - Unbreak build
PR:		176956
Submitted by:	Stephon Chen <stephon@gmail.com>
2013-03-23 17:51:36 +00:00

18 lines
330 B
Makefile

# Created by: 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
USES= bison
CFLAGS+= -fPIC
MAKE_JOBS_UNSAFE= yes
.include <bsd.port.mk>