freebsd-ports/accessibility/rubygem-atk/Makefile
Steve Wills 2d5d084bcf x11/rubygem-gnome2: update to 3.1.1
Update x11/rubygem-gnome2 and friends to 3.1.1
2017-03-10 22:01:16 +00:00

19 lines
305 B
Makefile

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