diff options
author | ijliao <ijliao@FreeBSD.org> | 2009-05-01 10:17:35 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2009-05-01 10:17:35 +0800 |
commit | 93091c06d2945fc2943bb1c3b441ed8ae06195c2 (patch) | |
tree | 504e66c8a4f10477551f30dae204c25268180610 /devel | |
parent | 04619b3ac2f273c5fe593e82b9b8c7775262bd7f (diff) | |
download | freebsd-ports-gnome-93091c06d2945fc2943bb1c3b441ed8ae06195c2.tar.gz freebsd-ports-gnome-93091c06d2945fc2943bb1c3b441ed8ae06195c2.tar.zst freebsd-ports-gnome-93091c06d2945fc2943bb1c3b441ed8ae06195c2.zip |
add rubygem-mash
Mocking Hash library for Ruby
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/rubygem-mash/Makefile | 25 | ||||
-rw-r--r-- | devel/rubygem-mash/distinfo | 3 | ||||
-rw-r--r-- | devel/rubygem-mash/pkg-descr | 4 |
4 files changed, 33 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index eea5faa4eef8..053e12d0318f 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -2579,6 +2579,7 @@ SUBDIR += rubygem-linecache SUBDIR += rubygem-lockfile SUBDIR += rubygem-main + SUBDIR += rubygem-mash SUBDIR += rubygem-metaid SUBDIR += rubygem-mocha SUBDIR += rubygem-needle diff --git a/devel/rubygem-mash/Makefile b/devel/rubygem-mash/Makefile new file mode 100644 index 000000000000..a3523694f7a0 --- /dev/null +++ b/devel/rubygem-mash/Makefile @@ -0,0 +1,25 @@ +# ex:ts=8 +# Ports collection makefile for: rubygem-mash +# Date created: May 1, 2009 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= mash +PORTVERSION= 0.0.3 +CATEGORIES= devel rubygems +MASTER_SITES= RF +MASTER_SITE_SUBDIR= mash-hash + +MAINTAINER= ports@FreeBSD.org +COMMENT= Mocking Hash library for Ruby + +BUILD_DEPENDS= rubygem-hoe>=1.5.1:${PORTSDIR}/devel/rubygem-hoe +RUN_DEPENDS= ${BUILD_DEPENDS} + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include <bsd.port.mk> diff --git a/devel/rubygem-mash/distinfo b/devel/rubygem-mash/distinfo new file mode 100644 index 000000000000..bee1f29428d1 --- /dev/null +++ b/devel/rubygem-mash/distinfo @@ -0,0 +1,3 @@ +MD5 (rubygem/mash-0.0.3.gem) = 3270b89efcbdf03a9648381b690515b0 +SHA256 (rubygem/mash-0.0.3.gem) = badafc504d7d462f28e96862bfd4e1668cabf9319d27c661d78b932f303d56c0 +SIZE (rubygem/mash-0.0.3.gem) = 8192 diff --git a/devel/rubygem-mash/pkg-descr b/devel/rubygem-mash/pkg-descr new file mode 100644 index 000000000000..ea391f18d44d --- /dev/null +++ b/devel/rubygem-mash/pkg-descr @@ -0,0 +1,4 @@ +The command line gives you several options for user twitter. Simply type +twitter to see the options. + +WWW: http://twitter.rubyforge.org/ |