diff options
author | Wen Heping <wen@FreeBSD.org> | 2011-10-23 03:52:56 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2011-10-23 03:52:56 +0000 |
commit | b2c62c557527064142019a9b0c199eacbb8f5d4e (patch) | |
tree | 52b4533bba82b05ee41fea7360c78f1683ad9a26 /textproc/rubygem-itextomml/Makefile | |
parent | bd0c0476e40ac61514c8f3d6ce280c9d1afa6dad (diff) | |
download | ports-b2c62c557527064142019a9b0c199eacbb8f5d4e.tar.gz ports-b2c62c557527064142019a9b0c199eacbb8f5d4e.zip |
Notes
Diffstat (limited to 'textproc/rubygem-itextomml/Makefile')
-rw-r--r-- | textproc/rubygem-itextomml/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/textproc/rubygem-itextomml/Makefile b/textproc/rubygem-itextomml/Makefile new file mode 100644 index 000000000000..6b068885e3a4 --- /dev/null +++ b/textproc/rubygem-itextomml/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: textproc/rubygem-itextomml +# Date created: 23 Oct, 2011 +# Whom: Wen Heping <wen@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= itextomml +PORTVERSION= 1.4.8 +CATEGORIES= textproc rubygems +MASTER_SITES= RG + +MAINTAINER= wen@FreeBSD.org +COMMENT= Native Ruby bindings to itex2MML + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include <bsd.port.mk> |