freebsd-ports/x11-toolkits/p5-Gtk3/Makefile
Dag-Erling Smørgrav 9dff352320 Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except
for where it resulted in a change in output from build-depends-list or
run-depends-list.

Approved by:	portmgr (adamw)
2018-10-06 13:06:42 +00:00

25 lines
615 B
Makefile

# $FreeBSD$
PORTNAME= Gtk3
PORTVERSION= 0.034
CATEGORIES= x11-toolkits lang perl5
MASTER_SITES= CPAN SF/${PORTNAME:tl}-perl/${PORTNAME}/${PORTVERSION}
MASTER_SITE_SUBDIR= CPAN:XAOC
PKGNAMEPREFIX= p5-
MAINTAINER= hiroto.kagotani@gmail.com
COMMENT= Perl module for Gtk+ 3.x graphical user interface library
LICENSE= LGPL21+
LICENSE_FILE_LGPL21= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Cairo-GObject>=1:devel/p5-Cairo-GObject \
p5-Glib-Object-Introspection>=0.016:devel/p5-Glib-Object-Introspection
NO_ARCH= yes
USES= perl5
USE_PERL5= configure
USE_GNOME= gtk30
.include <bsd.port.mk>