2010-04-21 04:56:42 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.3 2010/04/21 08:56:42 landry Exp $
|
2009-09-05 04:44:15 -04:00
|
|
|
|
|
|
|
COMMENT = graphical documentation browser for Perl
|
|
|
|
|
|
|
|
DISTNAME = podbrowser-0.12
|
2010-04-21 04:56:42 -04:00
|
|
|
PKGNAME = ${DISTNAME}p1
|
2009-12-21 15:46:00 -05:00
|
|
|
|
2009-09-05 04:44:15 -04:00
|
|
|
CATEGORIES = devel x11
|
|
|
|
|
2010-04-21 04:56:42 -04:00
|
|
|
HOMEPAGE = http://code.google.com/p/podbrowser/
|
|
|
|
MASTER_SITES = http://jodrell.net/files/unsupported/podbrowser/
|
2009-09-05 04:44:15 -04:00
|
|
|
|
|
|
|
# GPLv2
|
|
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
|
|
PERMIT_DISTFILES_CDROM = Yes
|
|
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
|
|
|
|
RUN_DEPENDS = ::x11/p5-Gtk2-GladeXML \
|
|
|
|
::devel/p5-Locale-gettext \
|
|
|
|
::x11/p5-Gtk2-Ex-PodViewer \
|
|
|
|
::www/p5-HTML-Parser \
|
2010-04-21 04:56:42 -04:00
|
|
|
::www/p5-URI \
|
2009-09-05 04:44:15 -04:00
|
|
|
::devel/desktop-file-utils \
|
|
|
|
::devel/xdg-utils
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|