2015-03-27 08:16:15 +00:00

28 lines
575 B
Makefile

# $OpenBSD: Makefile,v 1.15 2015/03/27 08:16:23 ajacoutot Exp $
COMMENT = graphical documentation browser for Perl
DISTNAME = podbrowser-0.12
REVISION= 9
CATEGORIES = devel x11
HOMEPAGE = https://podbrowser.googlecode.com/
MASTER_SITES = http://jodrell.net/files/unsupported/podbrowser/
# GPLv2
PERMIT_PACKAGE_CDROM = Yes
RUN_DEPENDS = devel/desktop-file-utils \
devel/p5-Locale-gettext \
devel/xdg-utils \
www/p5-HTML-Parser \
www/p5-URI \
x11/p5-Gtk2-Ex-PodViewer \
x11/p5-Gtk2-GladeXML>=1.007p7 \
x11/gtk+3,-guic
NO_TEST = Yes
.include <bsd.port.mk>