diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2010-09-22 10:53:18 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2010-09-22 10:53:18 +0800 |
commit | 6a4ba9965fd691041d7a22991a505f0ae41c01a3 (patch) | |
tree | 2807b232456e935d7c6a1f87fe48ab5f4ffd0284 /devel | |
parent | f0493d4fe47b7d0c3bc7936c58717c3bb4780e3e (diff) | |
download | freebsd-ports-gnome-6a4ba9965fd691041d7a22991a505f0ae41c01a3.tar.gz freebsd-ports-gnome-6a4ba9965fd691041d7a22991a505f0ae41c01a3.tar.zst freebsd-ports-gnome-6a4ba9965fd691041d7a22991a505f0ae41c01a3.zip |
Making tests easy on the fingers and eyes
WWW: http://rubygems.org/gems/shoulda
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/rubygem-shoulda/Makefile | 21 | ||||
-rw-r--r-- | devel/rubygem-shoulda/distinfo | 3 | ||||
-rw-r--r-- | devel/rubygem-shoulda/pkg-descr | 3 |
4 files changed, 28 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 13eebb3601d9..f3520720db44 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -3112,6 +3112,7 @@ SUBDIR += rubygem-ruport SUBDIR += rubygem-sequel SUBDIR += rubygem-sexp_processor + SUBDIR += rubygem-shoulda SUBDIR += rubygem-soap4r SUBDIR += rubygem-spruz SUBDIR += rubygem-stemmer diff --git a/devel/rubygem-shoulda/Makefile b/devel/rubygem-shoulda/Makefile new file mode 100644 index 000000000000..0d0420eb1cfc --- /dev/null +++ b/devel/rubygem-shoulda/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: rubygem-shoulda +# Date created: 21 September 2010 +# Whom: Philip M. Gollucci <pgollucci@p6m7g8.com> +# +# $FreeBSD$ +# + +PORTNAME= shoulda +PORTVERSION= 2.11.3 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Making tests easy on the fingers and eyes + +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/distinfo b/devel/rubygem-shoulda/distinfo new file mode 100644 index 000000000000..95f0faa42861 --- /dev/null +++ b/devel/rubygem-shoulda/distinfo @@ -0,0 +1,3 @@ +MD5 (rubygem/shoulda-2.11.3.gem) = ca0b3d188a6e4bc3a39731b182fa8efb +SHA256 (rubygem/shoulda-2.11.3.gem) = 73fc7ec463b35c0e69d4df408cbcc4f109e5575f05f1cca71a633662d87d5387 +SIZE (rubygem/shoulda-2.11.3.gem) = 344064 diff --git a/devel/rubygem-shoulda/pkg-descr b/devel/rubygem-shoulda/pkg-descr new file mode 100644 index 000000000000..be49b4aae1fc --- /dev/null +++ b/devel/rubygem-shoulda/pkg-descr @@ -0,0 +1,3 @@ +Making tests easy on the fingers and eyes + +WWW: http://rubygems.org/gems/shoulda |