freebsd-ports/textproc/syck/Makefile
Sergey Matveychuk 8c9921cfb7 - Update to 0.55
PR:		ports/98834
Approved by:	maintainer timeout (4 weeks)
2006-07-02 07:29:42 +00:00

20 lines
394 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
GNU_CONFIGURE= yes
USE_BISON= yes
CFLAGS+= -fPIC
.include <bsd.port.mk>