diff options
author | swills <swills@FreeBSD.org> | 2013-06-28 12:04:49 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2013-06-28 12:04:49 +0800 |
commit | 7c099bd633948b1a98e468c21794cdd276103a93 (patch) | |
tree | c3fbd1a861fcb2e2efeca1d18a8a869bf3940c22 | |
parent | b81e295cd7b3439b84bb3a5d23120464d0e86d87 (diff) | |
download | freebsd-ports-gnome-7c099bd633948b1a98e468c21794cdd276103a93.tar.gz freebsd-ports-gnome-7c099bd633948b1a98e468c21794cdd276103a93.tar.zst freebsd-ports-gnome-7c099bd633948b1a98e468c21794cdd276103a93.zip |
Context framework extracted from Shoulda
WWW: http://thoughtbot.com/community/
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/rubygem-shoulda-context/Makefile | 17 | ||||
-rw-r--r-- | devel/rubygem-shoulda-context/distinfo | 2 | ||||
-rw-r--r-- | devel/rubygem-shoulda-context/pkg-descr | 3 |
4 files changed, 23 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 3d7018dad87b..f3dc332f48b7 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -4197,6 +4197,7 @@ SUBDIR += rubygem-sequel SUBDIR += rubygem-sexp_processor SUBDIR += rubygem-shoulda + SUBDIR += rubygem-shoulda-context SUBDIR += rubygem-shoulda-matchers SUBDIR += rubygem-simple_form SUBDIR += rubygem-slop diff --git a/devel/rubygem-shoulda-context/Makefile b/devel/rubygem-shoulda-context/Makefile new file mode 100644 index 000000000000..be4d23d81a12 --- /dev/null +++ b/devel/rubygem-shoulda-context/Makefile @@ -0,0 +1,17 @@ +# Created by: Steve Wills <swills@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= shoulda-context +PORTVERSION= 1.1.4 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Context framework extracted from Shoulda + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes +PLIST_FILES+= bin/convert_to_should_syntax + +.include <bsd.port.mk> diff --git a/devel/rubygem-shoulda-context/distinfo b/devel/rubygem-shoulda-context/distinfo new file mode 100644 index 000000000000..78918a90048b --- /dev/null +++ b/devel/rubygem-shoulda-context/distinfo @@ -0,0 +1,2 @@ +SHA256 (rubygem/shoulda-context-1.1.4.gem) = 894875f73ad73a87c04016f589b7b1e6099a3e59ad3a69135501a8078d621303 +SIZE (rubygem/shoulda-context-1.1.4.gem) = 20992 diff --git a/devel/rubygem-shoulda-context/pkg-descr b/devel/rubygem-shoulda-context/pkg-descr new file mode 100644 index 000000000000..37a969a29655 --- /dev/null +++ b/devel/rubygem-shoulda-context/pkg-descr @@ -0,0 +1,3 @@ +Context framework extracted from Shoulda + +WWW: http://thoughtbot.com/community/ |