22 lines
322 B
Makefile
22 lines
322 B
Makefile
# Created by: dd
|
|
# $FreeBSD$
|
|
|
|
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>
|