mirror of
https://git.freebsd.org/ports.git
synced 2025-05-24 23:16:33 -04:00
devel/rubygem-nesty: add port for rubygem-nesty
Nested exception support for Ruby WWW: https://github.com/skorks/nesty
This commit is contained in:
parent
aa31f6ec70
commit
2786f19150
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=365847
4 changed files with 22 additions and 0 deletions
|
@ -4418,6 +4418,7 @@
|
|||
SUBDIR += rubygem-mutter
|
||||
SUBDIR += rubygem-naught
|
||||
SUBDIR += rubygem-needle
|
||||
SUBDIR += rubygem-nesty
|
||||
SUBDIR += rubygem-nice-ffi
|
||||
SUBDIR += rubygem-nio4r
|
||||
SUBDIR += rubygem-nori
|
||||
|
|
16
devel/rubygem-nesty/Makefile
Normal file
16
devel/rubygem-nesty/Makefile
Normal file
|
@ -0,0 +1,16 @@
|
|||
# Created by: Steve Wills <swills@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= nesty
|
||||
PORTVERSION= 1.0.2
|
||||
CATEGORIES= devel rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= ruby@FreeBSD.org
|
||||
COMMENT= Nested exception support for Ruby
|
||||
|
||||
USE_RUBY= yes
|
||||
USE_RUBYGEMS= yes
|
||||
RUBYGEM_AUTOPLIST=yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/rubygem-nesty/distinfo
Normal file
2
devel/rubygem-nesty/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (rubygem/nesty-1.0.2.gem) = 1c6ee90b96d46d6dfad9ca1b91104e57c0f46dd24f2a186406026eb75833498b
|
||||
SIZE (rubygem/nesty-1.0.2.gem) = 9216
|
3
devel/rubygem-nesty/pkg-descr
Normal file
3
devel/rubygem-nesty/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
Nested exception support for Ruby
|
||||
|
||||
WWW: https://github.com/skorks/nesty
|
Loading…
Add table
Reference in a new issue