openbsd-ports/x11/podbrowser/Makefile
ajacoutot 861a799ae0 Use @unexec-delete instead of @unexec for the *-update-* goos.
prodded by espie@
discussed with espie@ sthen@ landry@
2009-12-21 20:46:00 +00:00

27 lines
612 B
Makefile

# $OpenBSD: Makefile,v 1.2 2009/12/21 20:46:02 ajacoutot Exp $
COMMENT = graphical documentation browser for Perl
DISTNAME = podbrowser-0.12
PKGNAME = ${DISTNAME}p0
CATEGORIES = devel x11
HOMEPAGE = http://jodrell.net/projects/podbrowser
MASTER_SITES = http://jodrell.net/files/podbrowser/
# 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 \
::devel/desktop-file-utils \
::devel/xdg-utils
.include <bsd.port.mk>