1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-01 10:59:55 +00:00
freebsd-ports/x11-toolkits/p5-Gtk2-Ex-Simple-List/Makefile
2021-04-06 16:31:07 +02:00

24 lines
487 B
Makefile

# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
PORTNAME= Gtk2-Ex-Simple-List
PORTVERSION= 0.50
PORTREVISION= 8
CATEGORIES= x11-toolkits perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= bofh@FreeBSD.org
COMMENT= Simple interface to complex MVC list widget
LICENSE= LGPL21 LGPL3
LICENSE_COMB= dual
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Glib>=1.00:devel/p5-Glib \
p5-Gtk2>=1.060:x11-toolkits/p5-Gtk2
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>