freebsd-ports/devel/p5-Data-TreeDumper-Renderer-GTK/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

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>