SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
16
devel/ruby-abstract/Makefile
Normal file
16
devel/ruby-abstract/Makefile
Normal file
|
@ -0,0 +1,16 @@
|
|||
COMMENT= abstract methods for Ruby
|
||||
|
||||
DISTNAME= abstract-1.0.0
|
||||
REVISION= 7
|
||||
CATEGORIES= devel
|
||||
|
||||
HOMEPAGE= http://abstract.rubyforge.org/
|
||||
|
||||
# Ruby license
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
MODULES= lang/ruby
|
||||
|
||||
CONFIGURE_STYLE= ruby gem
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/ruby-abstract/distinfo
Normal file
2
devel/ruby-abstract/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (abstract-1.0.0.gem) = M8HB8ZKN36IRQHVBKkkXh6G0UECKu3NjN2w4/mdaP74=
|
||||
SIZE (abstract-1.0.0.gem) = 12288
|
1
devel/ruby-abstract/pkg/DESCR
Normal file
1
devel/ruby-abstract/pkg/DESCR
Normal file
|
@ -0,0 +1 @@
|
|||
abstract is a library which allows to define abstract methods in Ruby.
|
11
devel/ruby-abstract/pkg/PLIST
Normal file
11
devel/ruby-abstract/pkg/PLIST
Normal file
|
@ -0,0 +1,11 @@
|
|||
${GEM_LIB}/cache/${DISTNAME}.gem
|
||||
${GEM_LIB}/gems/${DISTNAME}/
|
||||
${GEM_LIB}/gems/${DISTNAME}/ChangeLog
|
||||
${GEM_LIB}/gems/${DISTNAME}/README.txt
|
||||
${GEM_LIB}/gems/${DISTNAME}/abstract.gemspec
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/abstract.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/setup.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/test.rb
|
||||
${GEM_LIB}/specifications/${DISTNAME}.gemspec
|
Loading…
Add table
Add a link
Reference in a new issue