c02cda76c0
Update all rubygem-gnome2 and related ports to 2.2.3 While here, mark rubygem-glib2 as broken with Ruby 2.1
19 lines
395 B
Makefile
19 lines
395 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= pango
|
|
PORTVERSION= 2.2.3
|
|
CATEGORIES= x11-toolkits rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Ruby binding for Pango
|
|
|
|
RUN_DEPENDS= rubygem-cairo>=1.12.5:${PORTSDIR}/graphics/rubygem-cairo \
|
|
rubygem-glib2>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-glib2
|
|
|
|
USE_GNOME= pango
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|