mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
228ab58873
Remove patches and hacks that were used to work around the previous situation This allows to stage more ports as a regular user Differential Revision: https://reviews.freebsd.org/D703 Reviewed by and discussed with: bapt With hat: portmgr
24 lines
354 B
Makefile
24 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>
|