mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
22 lines
467 B
Makefile
22 lines
467 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= pango
|
|
PORTVERSION= 3.2.1
|
|
CATEGORIES= x11-toolkits rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Ruby binding for Pango
|
|
|
|
LICENSE= LGPL21+
|
|
|
|
RUN_DEPENDS= rubygem-cairo>=1.14.0:graphics/rubygem-cairo \
|
|
rubygem-cairo-gobject>=${PORTVERSION}:devel/rubygem-cairo-gobject \
|
|
rubygem-gobject-introspection>=${PORTVERSION}:devel/rubygem-gobject-introspection
|
|
|
|
USE_GNOME= pango
|
|
USE_RUBY= yes
|
|
USES= gem gnome
|
|
|
|
.include <bsd.port.mk>
|