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