23 lines
538 B
Makefile
23 lines
538 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= Gtk3
|
|
PORTVERSION= 0.026
|
|
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
|
|
|
|
RUN_DEPENDS= p5-Glib-Object-Introspection>=0.002:devel/p5-Glib-Object-Introspection
|
|
|
|
NO_ARCH= yes
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
USE_GNOME= gtk30
|
|
|
|
.include <bsd.port.mk>
|