freebsd-ports/accessibility/rubygem-atk/Makefile
Sunpoet Po-Chuan Hsieh 5ce23d0b43 Update to 3.3.6
- Take maintainership

Changes:	https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
2019-03-29 11:18:10 +00:00

22 lines
378 B
Makefile

# $FreeBSD$
PORTNAME= atk
PORTVERSION= 3.3.6
CATEGORIES= accessibility rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Ruby binding for ATK
LICENSE= LGPL21+
BUILD_DEPENDS= rubygem-rake>=0:devel/rubygem-rake
RUN_DEPENDS= rubygem-glib2>=${PORTVERSION}:devel/rubygem-glib2
USES= gem gnome
USE_GNOME= atk
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>