343305070e
- Add LICENSE Changes: https://github.com/ruby-gnome2/ruby-gnome2/commits/master
21 lines
411 B
Makefile
21 lines
411 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= gtksourceview2
|
|
PORTVERSION= 2.2.5
|
|
CATEGORIES= x11-toolkits rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Ruby binding for gtksourceview-2.x
|
|
|
|
LICENSE= LGPL21 LGPL3
|
|
LICENSE_COMB= dual
|
|
|
|
RUN_DEPENDS= rubygem-gtk2>=${PORTVERSION}:${PORTSDIR}/x11-toolkits/rubygem-gtk2
|
|
|
|
USE_GNOME= gtksourceview2
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|