diff options
Diffstat (limited to 'sysutils/rubygem-guard-compat/Makefile')
-rw-r--r-- | sysutils/rubygem-guard-compat/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/sysutils/rubygem-guard-compat/Makefile b/sysutils/rubygem-guard-compat/Makefile new file mode 100644 index 000000000000..bf34698fcfa6 --- /dev/null +++ b/sysutils/rubygem-guard-compat/Makefile @@ -0,0 +1,18 @@ +# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= guard-compat +PORTVERSION= 1.2.0 +CATEGORIES= sysutils rubygems +MASTER_SITES= RG + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Helps creating valid Guard plugins and testing them + +LICENSE= MIT + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include <bsd.port.mk> |