openbsd-ports/x11/podbrowser/Makefile

30 lines
625 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.8 2011/03/16 08:53:44 jasper Exp $
COMMENT = graphical documentation browser for Perl
DISTNAME = podbrowser-0.12
REVISION= 3
CATEGORIES = devel x11
HOMEPAGE = http://podbrowser.googlecode.com/
MASTER_SITES = http://jodrell.net/files/unsupported/podbrowser/
# GPLv2
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
RUN_DEPENDS = devel/desktop-file-utils \
2010-11-22 03:36:47 -05:00
devel/p5-Locale-gettext \
devel/xdg-utils \
2010-11-22 03:36:47 -05:00
www/p5-HTML-Parser \
www/p5-URI \
x11/p5-Gtk2-Ex-PodViewer \
x11/p5-Gtk2-GladeXML
NO_REGRESS = Yes
.include <bsd.port.mk>