28 lines
566 B
Makefile
28 lines
566 B
Makefile
# $OpenBSD: Makefile,v 1.18 2019/07/12 20:51:19 sthen Exp $
|
|
|
|
COMMENT = graphical documentation browser for Perl
|
|
|
|
DISTNAME = podbrowser-0.12
|
|
REVISION= 11
|
|
|
|
CATEGORIES = devel x11
|
|
|
|
HOMEPAGE = https://podbrowser.googlecode.com/
|
|
MASTER_SITES = http://jodrell.net/files/unsupported/podbrowser/
|
|
|
|
# GPLv2
|
|
PERMIT_PACKAGE = 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>
|