diff options
Diffstat (limited to 'devel/rubygem-rb-fsevent/Makefile')
-rw-r--r-- | devel/rubygem-rb-fsevent/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/devel/rubygem-rb-fsevent/Makefile b/devel/rubygem-rb-fsevent/Makefile new file mode 100644 index 000000000000..dc9633d363da --- /dev/null +++ b/devel/rubygem-rb-fsevent/Makefile @@ -0,0 +1,18 @@ +# Created by: Joseph Benden <joe@thrallingpenguin.com> +# $FreeBSD$ + +PORTNAME= rb-fsevent +PORTVERSION= 0.9.4 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= FSEvents API with Signals catching (without RubyCocoa) + +LICENSE= MIT + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include <bsd.port.mk> |