28 lines
571 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.14 2013/08/07 21:33:06 naddy Exp $
COMMENT = graphical documentation browser for Perl
DISTNAME = podbrowser-0.12
REVISION= 8
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 \
2010-11-22 08:36:47 +00:00
devel/p5-Locale-gettext \
devel/xdg-utils \
2010-11-22 08:36:47 +00:00
www/p5-HTML-Parser \
www/p5-URI \
x11/p5-Gtk2-Ex-PodViewer \
2013-03-26 09:07:28 +00:00
x11/p5-Gtk2-GladeXML>=1.007p7 \
2011-12-03 23:20:52 +00:00
x11/gtk+2,-guic
2013-03-11 11:35:43 +00:00
NO_TEST = Yes
.include <bsd.port.mk>