diff options
author | Dima Dorfman <dd@FreeBSD.org> | 2004-12-02 12:08:00 +0000 |
---|---|---|
committer | Dima Dorfman <dd@FreeBSD.org> | 2004-12-02 12:08:00 +0000 |
commit | 7e30eb1e47c06f83dd52e2d959ddfc7a5f53c9d1 (patch) | |
tree | c9633ecece89cc43ef38694fc74a774bbb3ff76e /textproc/syck/Makefile | |
parent | 0ae207784495cd41432d47c962d7330388632eca (diff) | |
download | ports-7e30eb1e47c06f83dd52e2d959ddfc7a5f53c9d1.tar.gz ports-7e30eb1e47c06f83dd52e2d959ddfc7a5f53c9d1.zip |
Notes
Diffstat (limited to 'textproc/syck/Makefile')
-rw-r--r-- | textproc/syck/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/textproc/syck/Makefile b/textproc/syck/Makefile new file mode 100644 index 000000000000..369de97b04d0 --- /dev/null +++ b/textproc/syck/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: syck +# Date created: 2 December 2004 +# Whom: dd +# +# $FreeBSD$ +# + +PORTNAME= syck +PORTVERSION= 0.45 +CATEGORIES= textproc devel +MASTER_SITES= http://rubyforge.org/frs/download.php/1371/ + +MAINTAINER= dd@FreeBSD.org +COMMENT= Syck is an extension for reading and writing YAML swiftly + +GNU_CONFIGURE= yes + +.include <bsd.port.mk> |