diff options
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/syck/Makefile | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/textproc/syck/Makefile b/textproc/syck/Makefile index 081c3c70fde6..9f68e7cd6767 100644 --- a/textproc/syck/Makefile +++ b/textproc/syck/Makefile @@ -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> |