1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

- Support USE_GITHUB

PR:		187744
Submitted by:	Ports Fury
This commit is contained in:
Martin Wilke 2014-05-17 10:54:41 +00:00
parent 20aa933d48
commit cd99fa61a8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=354311

View File

@ -4,14 +4,20 @@
PORTNAME= syck
PORTVERSION= 0.70
CATEGORIES= textproc devel
MASTER_SITES= http://cloud.github.com/downloads/indeyets/syck/
MASTER_SITES= GHC
MAINTAINER= ports@FreeBSD.org
COMMENT= A library for reading and writing YAML 1.0
COMMENT= Library for reading and writing YAML 1.0
WRKSRC= ${WRKDIR}/${DISTNAME}
USE_GITHUB= yes
GH_ACCOUNT= indeyets
GNU_CONFIGURE= yes
USES= bison
CFLAGS+= -fPIC
GNU_CONFIGURE= yes
MAKE_JOBS_UNSAFE= yes
CFLAGS+= -fPIC
.include <bsd.port.mk>