diff options
author | Wen Heping <wen@FreeBSD.org> | 2009-10-11 10:27:34 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2009-10-11 10:27:34 +0000 |
commit | 80fd9d24cccd87457611b336c7230857b00042ec (patch) | |
tree | c666132becce53fb695a1b8ca90f380558f71ebb /devel/rubygem-polyglot/Makefile | |
parent | 1775cb63d6c309f122ded78f8b180d868d2467c2 (diff) |
Notes
Diffstat (limited to 'devel/rubygem-polyglot/Makefile')
-rw-r--r-- | devel/rubygem-polyglot/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/devel/rubygem-polyglot/Makefile b/devel/rubygem-polyglot/Makefile new file mode 100644 index 000000000000..748dbba450ae --- /dev/null +++ b/devel/rubygem-polyglot/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: polyglot +# Date created: 11 Oct, 2009 +# Whom: Wen Heping <wen@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= polyglot +PORTVERSION= 0.2.9 +CATEGORIES= devel rubygems +MASTER_SITES= RF + +MAINTAINER= wen@FreeBSD.org +COMMENT= Provides a registry of file types + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include <bsd.port.mk> |