freebsd-ports/textproc/syck/Makefile
2006-07-16 21:49:19 +00:00

22 lines
419 B
Makefile

# New ports collection makefile for: syck
# Date created: 2 December 2004
# Whom: dd
#
# $FreeBSD$
#
PORTNAME= syck
PORTVERSION= 0.55
CATEGORIES= textproc devel
MASTER_SITES= http://rubyforge.org/frs/download.php/4492/
MAINTAINER= dd@FreeBSD.org
COMMENT= Syck is an extension for reading and writing YAML swiftly
BROKEN= fails to fetch
GNU_CONFIGURE= yes
USE_BISON= yes
CFLAGS+= -fPIC
.include <bsd.port.mk>