4e1b79a0a6
With hat: portmgr Sponsored by: Absolight
23 lines
512 B
Makefile
23 lines
512 B
Makefile
# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Data-TreeDumper-Renderer-GTK
|
|
PORTVERSION= 0.02
|
|
PORTREVISION= 6
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= ehaupt@FreeBSD.org
|
|
COMMENT= GTK renderer for Data::TreeDumper
|
|
|
|
BUILD_DEPENDS= p5-Data-TreeDumper>=0:devel/p5-Data-TreeDumper \
|
|
p5-Gtk2>=0:x11-toolkits/p5-Gtk2
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
USES= perl5 shebangfix
|
|
SHEBANG_FILES= gtk_test.pl
|
|
USE_PERL5= configure
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|