28 lines
574 B
Makefile
28 lines
574 B
Makefile
# $OpenBSD: Makefile,v 1.13 2013/04/02 16:16:47 ajacoutot Exp $
|
|
|
|
COMMENT = graphical documentation browser for Perl
|
|
|
|
DISTNAME = podbrowser-0.12
|
|
REVISION= 7
|
|
|
|
CATEGORIES = devel x11
|
|
|
|
HOMEPAGE = http://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+2,-guic
|
|
|
|
NO_TEST = Yes
|
|
|
|
.include <bsd.port.mk>
|