Update x11-toolkits/open-motif to version 2.3.6
[dports.git] / x11-toolkits / p5-Gtk2-Html2 / Makefile
1 # Created by: ijliao
2 # $FreeBSD$
3
4 PORTNAME=       Gtk2-Html2
5 PORTVERSION=    0.03
6 PORTREVISION=   10
7 CATEGORIES=     x11-toolkits perl5
8 MASTER_SITES=   http://asofyet.org/muppet/software/gtk2-perl/
9 PKGNAMEPREFIX=  p5-
10
11 MAINTAINER=     bofh@FreeBSD.org
12 COMMENT=        Perl module for gtkhtml2 html display widget with Gtk2-Perl
13
14 LICENSE=        GPLv2
15
16 BUILD_DEPENDS=  p5-ExtUtils-Depends>=0:devel/p5-ExtUtils-Depends \
17                 p5-ExtUtils-PkgConfig>=0:devel/p5-ExtUtils-PkgConfig \
18                 p5-Glib2>=0:devel/p5-Glib2 \
19                 p5-Gtk2>=0:x11-toolkits/p5-Gtk2 \
20                 p5-Cairo>=0:graphics/p5-Cairo
21 RUN_DEPENDS=    p5-Glib2>=0:devel/p5-Glib2 \
22                 p5-Gtk2>=0:x11-toolkits/p5-Gtk2
23
24 USE_GNOME=      libgtkhtml
25 USES=           pkgconfig perl5
26 USE_PERL5=      configure
27 MAKE_JOBS_UNSAFE=       yes
28
29 .include <bsd.port.mk>