20 lines
418 B
Makefile
20 lines
418 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= pango
|
|
PORTVERSION= 3.3.2
|
|
CATEGORIES= x11-toolkits rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Ruby binding for Pango
|
|
|
|
LICENSE= LGPL21+
|
|
|
|
RUN_DEPENDS= rubygem-cairo-gobject>=${PORTVERSION}:devel/rubygem-cairo-gobject \
|
|
rubygem-gobject-introspection>=${PORTVERSION}:devel/rubygem-gobject-introspection
|
|
|
|
USES= gem gnome
|
|
USE_GNOME= pango
|
|
USE_RUBY= yes
|
|
|
|
.include <bsd.port.mk>
|