41dc2718c9
- Update version requirement of RUN_DEPENDS - Update WWW and clean up pkg-descr Changes: https://github.com/ruby-gnome/ruby-gnome/releases
23 lines
525 B
Makefile
23 lines
525 B
Makefile
PORTNAME= gtksourceview3
|
|
PORTVERSION= 4.0.8
|
|
CATEGORIES= x11-toolkits rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Ruby binding of gtksourceview 3.x
|
|
WWW= https://ruby-gnome.github.io/ \
|
|
https://github.com/ruby-gnome/ruby-gnome
|
|
|
|
LICENSE= LGPL21+
|
|
LICENSE_FILE= ${WRKSRC}/COPYING.LIB
|
|
|
|
BUILD_DEPENDS= rubygem-rake>=0:devel/rubygem-rake
|
|
RUN_DEPENDS= rubygem-gtk3>=${PORTVERSION}<${PORTVERSION}_99:x11-toolkits/rubygem-gtk3
|
|
|
|
USES= gem gnome
|
|
USE_GNOME= gtksourceview3
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|