1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
freebsd-ports/x11-toolkits/p5-Pango/Makefile
Sunpoet Po-Chuan Hsieh 6a514c27dd Move devel/p5-Glib2 to devel/p5-Glib
- Bump PORTREVISION of dependent ports for dependency change
2020-04-06 17:31:36 +00:00

29 lines
663 B
Makefile

# Created by: Cheng-Lung Sung <clsung@FreeBSD.org>
# $FreeBSD$
PORTNAME= Pango
PORTVERSION= 1.227
PORTREVISION= 1
CATEGORIES= x11-toolkits lang perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:XAOC
PKGNAMEPREFIX= p5-
MAINTAINER= swills@FreeBSD.org
COMMENT= Perl module for layout and render i18n text
LICENSE= LGPL21
BUILD_DEPENDS= p5-ExtUtils-Depends>=0.300:devel/p5-ExtUtils-Depends \
p5-ExtUtils-PkgConfig>=1.03:devel/p5-ExtUtils-PkgConfig \
p5-Cairo>=1:graphics/p5-Cairo \
p5-Glib>=1.220:devel/p5-Glib
RUN_DEPENDS= p5-Glib>=1.220:devel/p5-Glib
USES= gnome perl5
USE_GNOME= pango
USE_PERL5= configure
MAKE_JOBS_UNSAFE= yes
.include <bsd.port.mk>