1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00
freebsd-ports/x11-toolkits/p5-Gtk2-Html2/Makefile
Sunpoet Po-Chuan Hsieh 846540b0cf - Add LICENSE
- Support STAGEDIR
- Pass maintainership to submitter
- While I'm here, add WWW

PR:		ports/183698
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
2013-11-09 21:46:37 +00:00

30 lines
812 B
Makefile

# Created by: ijliao
# $FreeBSD$
PORTNAME= Gtk2-Html2
PORTVERSION= 0.03
PORTREVISION= 9
CATEGORIES= x11-toolkits perl5
MASTER_SITES= http://asofyet.org/muppet/software/gtk2-perl/
PKGNAMEPREFIX= p5-
MAINTAINER= 5u623l20@gmail.com
COMMENT= Perl module for gtkhtml2 html display widget with Gtk2-Perl
LICENSE= GPLv2
BUILD_DEPENDS= p5-ExtUtils-Depends>=0:${PORTSDIR}/devel/p5-ExtUtils-Depends \
p5-ExtUtils-PkgConfig>=0:${PORTSDIR}/devel/p5-ExtUtils-PkgConfig \
p5-Glib2>=0:${PORTSDIR}/devel/p5-Glib2 \
p5-Gtk2>=0:${PORTSDIR}/x11-toolkits/p5-Gtk2 \
p5-Cairo>=0:${PORTSDIR}/graphics/p5-Cairo
RUN_DEPENDS= p5-Glib2>=0:${PORTSDIR}/devel/p5-Glib2 \
p5-Gtk2>=0:${PORTSDIR}/x11-toolkits/p5-Gtk2
USE_GNOME= libgtkhtml
USES= pkgconfig perl5
USE_PERL5= configure
MAKE_JOBS_UNSAFE= yes
.include <bsd.port.mk>