mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
20 lines
315 B
Makefile
20 lines
315 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= vte
|
|
PORTVERSION= 3.2.1
|
|
CATEGORIES= x11-toolkits rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Ruby binding for VTE
|
|
|
|
LICENSE= LGPL21+
|
|
|
|
RUN_DEPENDS= rubygem-gtk2>=${PORTVERSION}:x11-toolkits/rubygem-gtk2
|
|
|
|
USE_GNOME= vte
|
|
USE_RUBY= yes
|
|
USES= gem gnome
|
|
|
|
.include <bsd.port.mk>
|