aboutsummaryrefslogtreecommitdiff
path: root/textproc/syck/Makefile
blob: a13e46973f2b46c735913fd70d3184e744046b07 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
PORTNAME=	syck
PORTVERSION=	0.70
CATEGORIES=	textproc devel
MASTER_SITES=	GHC

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Library for reading and writing YAML 1.0

USE_GITHUB=	yes
GH_ACCOUNT=	indeyets

USES=		bison
GNU_CONFIGURE=	yes
MAKE_JOBS_UNSAFE=	yes

CFLAGS+=	-fPIC

.include <bsd.port.mk>