2008-04-21 15:39:04 +02:00
|
|
|
# New ports collection makefile for: p5-Data-TreeDumper-Renderer-GTK
|
|
|
|
# Date Created: 21 Apr 2008
|
|
|
|
# Whom: Emanuel Haupt <ehaupt@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Data-TreeDumper-Renderer-GTK
|
2008-09-02 13:31:34 +02:00
|
|
|
PORTVERSION= 0.02
|
2012-06-01 07:26:28 +02:00
|
|
|
PORTREVISION= 4
|
2008-04-21 15:39:04 +02:00
|
|
|
CATEGORIES= devel perl5
|
|
|
|
MASTER_SITES= CPAN
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= ehaupt@FreeBSD.org
|
|
|
|
COMMENT= GTK renderer for Data::TreeDumper
|
|
|
|
|
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/Data/TreeDumper.pm:${PORTSDIR}/devel/p5-Data-TreeDumper \
|
|
|
|
${SITE_PERL}/${PERL_ARCH}/Gtk2.pm:${PORTSDIR}/x11-toolkits/p5-Gtk2
|
2012-01-21 18:40:15 +01:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2008-04-21 15:39:04 +02:00
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
2009-03-27 10:53:36 +01:00
|
|
|
MAKE_JOBS_SAFE= yes
|
2008-04-21 15:39:04 +02:00
|
|
|
|
|
|
|
MAN3= Data::TreeDumper::Renderer::GTK.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|