25 lines
508 B
Makefile
25 lines
508 B
Makefile
# $OpenBSD: Makefile,v 1.10 2016/03/20 19:57:24 naddy Exp $
|
|
|
|
COMMENT = Gtk2 widget for displaying Plain old Documentation (POD)
|
|
|
|
MODULES = cpan
|
|
PKG_ARCH = *
|
|
DISTNAME = Gtk2-Ex-PodViewer-0.18
|
|
REVISION = 2
|
|
CATEGORIES = x11
|
|
|
|
MAINTAINER = James Wright <jamesw@bsdhosting.co.za>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
# No tests defined for Gtk2::Ex::PodViewer extension.
|
|
NO_TEST = Yes
|
|
|
|
RUN_DEPENDS = x11/p5-Gtk2-Ex-Simple-List \
|
|
devel/p5-IO-stringy
|
|
|
|
BUILD_DEPENDS = ${RUN_DEPENDS}
|
|
|
|
.include <bsd.port.mk>
|