mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-09 06:51:44 +00:00
20 lines
305 B
Makefile
20 lines
305 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= atk
|
|
PORTVERSION= 3.0.8
|
|
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>
|