2013-03-08 12:32:11 +01:00
|
|
|
# Created by: dd
|
2004-12-02 13:08:00 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= syck
|
2009-10-01 16:34:34 +02:00
|
|
|
PORTVERSION= 0.70
|
2004-12-02 13:08:00 +01:00
|
|
|
CATEGORIES= textproc devel
|
2009-10-01 16:34:34 +02:00
|
|
|
MASTER_SITES= http://cloud.github.com/downloads/indeyets/syck/
|
2004-12-02 13:08:00 +01:00
|
|
|
|
2007-03-04 03:12:35 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2009-10-01 16:34:34 +02:00
|
|
|
COMMENT= A library for reading and writing YAML 1.0
|
2004-12-02 13:08:00 +01:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2013-03-08 12:32:11 +01:00
|
|
|
USES= bison
|
2005-05-02 08:13:15 +02:00
|
|
|
CFLAGS+= -fPIC
|
2009-11-22 20:49:43 +01:00
|
|
|
MAKE_JOBS_UNSAFE= yes
|
2004-12-02 13:08:00 +01:00
|
|
|
|
2013-09-21 01:17:30 +02:00
|
|
|
NO_STAGE= yes
|
2004-12-02 13:08:00 +01:00
|
|
|
.include <bsd.port.mk>
|