mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
aba3448d49
- Fix LICENSE Changes: https://github.com/ruby-gnome2/ruby-gnome2/commits/master
22 lines
367 B
Makefile
22 lines
367 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= glib2
|
|
PORTVERSION= 2.2.5
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Ruby binding for GLib2
|
|
|
|
LICENSE= LGPL21 LGPL3
|
|
LICENSE_COMB= dual
|
|
|
|
RUN_DEPENDS= rubygem-pkg-config>=0:${PORTSDIR}/devel/rubygem-pkg-config
|
|
|
|
USE_GNOME= glib20
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|