blob: b443cc52ca31a48bfa102ef62133bcd8c433c349 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
PORTNAME= Tk-XMLViewer
PORTVERSION= 0.21
PORTREVISION= 4
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl/Tk widget to display XML
WWW= https://metacpan.org/release/Tk-XMLViewer
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Tk>=0:x11-toolkits/p5-Tk \
p5-XML-Parser>=0:textproc/p5-XML-Parser
NO_ARCH= yes
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>
|