blob: 0fcdc5cf89ae538986c0b9f49448b9f074520e07 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# $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}:${PORTSDIR}/devel/rubygem-glib2
USE_GNOME= atk
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>
|