opnsense-ports/textproc/syck/Makefile
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

23 lines
354 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
WRKSRC= ${WRKDIR}/${DISTNAME}
USE_GITHUB= yes
GH_ACCOUNT= indeyets
USES= bison
GNU_CONFIGURE= yes
MAKE_JOBS_UNSAFE= yes
CFLAGS+= -fPIC
.include <bsd.port.mk>