aboutsummaryrefslogtreecommitdiff
path: root/textproc/syck/Makefile
blob: fb24114ce41793acca4f0a8163b9ef2f67428348 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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>