opnsense-ports/accessibility/rubygem-atk/Makefile

22 lines
351 B
Makefile

# $FreeBSD$
PORTNAME= atk
PORTVERSION= 3.0.7
PORTREVISION= 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
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>