mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 11:56:28 -04:00
Ruby/CairoGObject is a Ruby binding of cairo-gobject.
WWW: http://ruby-gnome2.sourceforge.jp/
This commit is contained in:
parent
751237d94f
commit
332ab2b725
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=320391
4 changed files with 24 additions and 0 deletions
|
@ -3996,6 +3996,7 @@
|
|||
SUBDIR += rubygem-bugspots
|
||||
SUBDIR += rubygem-builder
|
||||
SUBDIR += rubygem-caesars
|
||||
SUBDIR += rubygem-cairo-gobject
|
||||
SUBDIR += rubygem-capybara
|
||||
SUBDIR += rubygem-celluloid
|
||||
SUBDIR += rubygem-childprocess
|
||||
|
|
18
devel/rubygem-cairo-gobject/Makefile
Normal file
18
devel/rubygem-cairo-gobject/Makefile
Normal file
|
@ -0,0 +1,18 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= cairo-gobject
|
||||
PORTVERSION= 2.0.2
|
||||
CATEGORIES= devel rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= ruby@FreeBSD.org
|
||||
COMMENT= Ruby binding for cairo-gobject
|
||||
|
||||
RUN_DEPENDS= rubygem-cairo>=1.12.5:${PORTSDIR}/graphics/rubygem-cairo \
|
||||
rubygem-glib2>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-glib2
|
||||
|
||||
USE_RUBY= yes
|
||||
USE_RUBYGEMS= yes
|
||||
RUBYGEM_AUTOPLIST= yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/rubygem-cairo-gobject/distinfo
Normal file
2
devel/rubygem-cairo-gobject/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (rubygem/cairo-gobject-2.0.2.gem) = 019298482a686c55458c3930cdb90c7afdf1c3f92c4b3cb9840415a6ba7eed14
|
||||
SIZE (rubygem/cairo-gobject-2.0.2.gem) = 7168
|
3
devel/rubygem-cairo-gobject/pkg-descr
Normal file
3
devel/rubygem-cairo-gobject/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
Ruby/CairoGObject is a Ruby binding of cairo-gobject.
|
||||
|
||||
WWW: http://ruby-gnome2.sourceforge.jp/
|
Loading…
Add table
Reference in a new issue