mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
058a8c1425
Approved by: maintainer timeout (1 month)
26 lines
618 B
Makefile
26 lines
618 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= p5-Cairo-GObject>=1:devel/p5-Cairo-GObject \
|
|
p5-Glib-Object-Introspection>=0.016:devel/p5-Glib-Object-Introspection
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
NO_ARCH= yes
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
USE_GNOME= gtk30
|
|
|
|
.include <bsd.port.mk>
|