freebsd-ports/x11-toolkits/p5-Gtk3-SimpleList/Makefile
Danilo Egea Gondolfo 6ad03e6d1c New port: x11-toolkits/p5-Gtk3-SimpleList
A simple interface to Gtk3's complex MVC list widget.

SimpleList is a simple interface to the powerful but
complex Gtk3::TreeView and Gtk3::ListStore combination,
implementing using tied arrays to make thing simple and easy.
2018-06-04 15:12:04 +00:00

22 lines
485 B
Makefile

# Created by: Danilo Egea Gondolfo <danilo@FreeBSD.org>
# $FreeBSD$
PORTNAME= Gtk3-SimpleList
PORTVERSION= 0.17
CATEGORIES= x11-toolkits perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:TVIGNAUD
PKGNAMEPREFIX= p5-
MAINTAINER= danilo@FreeBSD.org
COMMENT= Simple interface to Gtk3's complex MVC list widget
LICENSE= LGPL21
BUILD_DEPENDS= p5-Gtk3>=0.026:x11-toolkits/p5-Gtk3
RUN_DEPENDS= p5-Gtk3>=0.026:x11-toolkits/p5-Gtk3
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>