1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
freebsd-ports/textproc/syck/Makefile
Pav Lucistnik 8c2aab382d - Mark MAKE_JOBS_UNSAFE
Reported by:	pointyhat
2009-11-22 19:49:43 +00:00

22 lines
411 B
Makefile

# 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>