blob: dbd44f38946f7dba3887f1cc26d50c190fdabce3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
PORTNAME= Gtk2-Ex-PodViewer
PORTVERSION= 0.18
PORTREVISION= 5
CATEGORIES= x11-toolkits perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= bofh@FreeBSD.org
COMMENT= Displays plain old documentation
WWW= https://metacpan.org/release/Gtk2-Ex-PodViewer
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
BUILD_DEPENDS= ${RUN_DEPENDS} \
p5-Pod-Parser>=0:textproc/p5-Pod-Parser
RUN_DEPENDS= p5-Gtk2>=0:x11-toolkits/p5-Gtk2 \
p5-IO-Stringy>=0:devel/p5-IO-Stringy \
p5-Locale-gettext>=0:devel/p5-Locale-gettext \
p5-Gtk2-Ex-Simple-List>=0.50:x11-toolkits/p5-Gtk2-Ex-Simple-List \
p5-Pod-Simple>=0:textproc/p5-Pod-Simple
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>
|