diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-05-17 10:54:41 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-05-17 10:54:41 +0000 |
commit | cd99fa61a805c7ca18c64ef42e45df6a1c0d2913 (patch) | |
tree | 5fb495fb2da9b01ce2c354ac21b4ff8e6de2d880 /textproc/syck | |
parent | 20aa933d48f540678460dd19c28f17bbb2c5d886 (diff) |
Notes
Diffstat (limited to 'textproc/syck')
-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> |