diff options
Diffstat (limited to 'graphics/rubygem-graphene1/Makefile')
-rw-r--r-- | graphics/rubygem-graphene1/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/graphics/rubygem-graphene1/Makefile b/graphics/rubygem-graphene1/Makefile new file mode 100644 index 000000000000..46e9191f33bd --- /dev/null +++ b/graphics/rubygem-graphene1/Makefile @@ -0,0 +1,20 @@ +PORTNAME= graphene1 +PORTVERSION= 4.3.3 +CATEGORIES= graphics rubygems +MASTER_SITES= RG + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Ruby binding of graphene1 +WWW= https://ruby-gnome.github.io/ \ + https://github.com/ruby-gnome/ruby-gnome + +LICENSE= LGPL21+ +LICENSE_FILE= ${WRKSRC}/COPYING.LIB + +RUN_DEPENDS= rubygem-gobject-introspection>=${PORTVERSION}<${PORTVERSION}_99:devel/rubygem-gobject-introspection + +USES= gem + +NO_ARCH= yes + +.include <bsd.port.mk> |