diff options
Diffstat (limited to 'textproc/syck/Makefile')
-rw-r--r-- | textproc/syck/Makefile | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/textproc/syck/Makefile b/textproc/syck/Makefile deleted file mode 100644 index 89c529376c8f..000000000000 --- a/textproc/syck/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -PORTNAME= syck -PORTVERSION= 0.70 -CATEGORIES= textproc devel -MASTER_SITES= GHC - -MAINTAINER= ports@FreeBSD.org -COMMENT= Library for reading and writing YAML 1.0 -WWW= http://wiki.github.com/indeyets/syck - -BROKEN= Unfetchable -DEPRECATED= Unfetchable, no response from upstream in a year -EXPIRATION_DATE=2025-04-30 - -USES= bison - -USE_GITHUB= yes -GH_ACCOUNT= indeyets - -GNU_CONFIGURE= yes -MAKE_JOBS_UNSAFE= yes - -CFLAGS+= -fPIC - -.include <bsd.port.mk> |