1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/textproc/syck/Makefile
Antoine Brodin 228ab58873 Change INSTALL_DATA to install with mode 644
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
2014-09-04 19:26:24 +00:00

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>