diff options
author | swills <swills@FreeBSD.org> | 2014-08-24 05:42:14 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2014-08-24 05:42:14 +0800 |
commit | f691abd99d41a608df119e9be2c2355267f5ab0d (patch) | |
tree | 0d83282c439c58b81b81f97ff705a7fa5f1095a9 | |
parent | 6b0f111910530c6ffaac43779144161ec81419f1 (diff) | |
download | freebsd-ports-gnome-f691abd99d41a608df119e9be2c2355267f5ab0d.tar.gz freebsd-ports-gnome-f691abd99d41a608df119e9be2c2355267f5ab0d.tar.zst freebsd-ports-gnome-f691abd99d41a608df119e9be2c2355267f5ab0d.zip |
devel/rubygem-naught: add port for rubygem-naught
Naught is a toolkit for building Null Objects
WWW: https://github.com/avdi/naught
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/rubygem-naught/Makefile | 16 | ||||
-rw-r--r-- | devel/rubygem-naught/distinfo | 2 | ||||
-rw-r--r-- | devel/rubygem-naught/pkg-descr | 3 |
4 files changed, 22 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 6353f6434259..2fb19364b1ea 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -4416,6 +4416,7 @@ SUBDIR += rubygem-multi_test SUBDIR += rubygem-murmurhash3 SUBDIR += rubygem-mutter + SUBDIR += rubygem-naught SUBDIR += rubygem-needle SUBDIR += rubygem-nice-ffi SUBDIR += rubygem-nio4r diff --git a/devel/rubygem-naught/Makefile b/devel/rubygem-naught/Makefile new file mode 100644 index 000000000000..90806703c50e --- /dev/null +++ b/devel/rubygem-naught/Makefile @@ -0,0 +1,16 @@ +# Created by: Steve Wills <swills@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= naught +PORTVERSION= 1.0.0 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Naught is a toolkit for building Null Objects + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST=yes + +.include <bsd.port.mk> diff --git a/devel/rubygem-naught/distinfo b/devel/rubygem-naught/distinfo new file mode 100644 index 000000000000..bdd9d38370d9 --- /dev/null +++ b/devel/rubygem-naught/distinfo @@ -0,0 +1,2 @@ +SHA256 (rubygem/naught-1.0.0.gem) = edc710f133e8455deb413ffc5f0ca9da586f04a2b716cfbf65d324360c84a612 +SIZE (rubygem/naught-1.0.0.gem) = 18432 diff --git a/devel/rubygem-naught/pkg-descr b/devel/rubygem-naught/pkg-descr new file mode 100644 index 000000000000..1a270516d046 --- /dev/null +++ b/devel/rubygem-naught/pkg-descr @@ -0,0 +1,3 @@ +Naught is a toolkit for building Null Objects + +WWW: https://github.com/avdi/naught |