4fe097b6dc
Gtk2 has a powerful, but complex MVC (Model, View, Controller) system used to implement list and tree widgets. Gtk2::Ex::Simple::List automates the complex setup work and allows you to treat the list model as a more natural list of lists structure. <...> WWW: http://search.cpan.org/dist/Gtk2-Ex-Simple-List/ Author: Ross McFarland <rmcfarla@neces.com> Justification: needed by x11-toolkits/p5-Gtk-Ex-PodViewer
24 lines
586 B
Makefile
24 lines
586 B
Makefile
# New ports collection makefile for: p5-Gtk2-Ex-Simple-List
|
|
# Date created: 3 December 2006
|
|
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Gtk2-Ex-Simple-List
|
|
PORTVERSION= 0.50
|
|
CATEGORIES= x11-toolkits perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= infofarmer@FreeBSD.org
|
|
COMMENT= A simple interface to complex MVC list widget
|
|
|
|
BUILD_DEPENDS= p5-Glib2>=1.00:${PORTSDIR}/devel/p5-Glib2 \
|
|
p5-Gtk2>=1.060:${PORTSDIR}/x11-toolkits/p5-Gtk2
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
PERL_CONFIGURE= yes
|
|
MAN3= ${PORTNAME:S/-/::/g}.3
|
|
|
|
.include <bsd.port.mk>
|