blob: 3d0a9e2be98ba4cf2f1e8d5807865ad9dbee4e05 (
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
29
30
31
32
33
|
PORTNAME= Pod-Elemental
PORTVERSION= 0.103005
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Treating a Pod document as a tree of elements
WWW= https://metacpan.org/release/Pod-Elemental
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Class-Load>=0:devel/p5-Class-Load \
p5-Mixin-Linewise>=0:devel/p5-Mixin-Linewise \
p5-Moose>=0:devel/p5-Moose \
p5-MooseX-Types>=0:devel/p5-MooseX-Types \
p5-Pod-Eventual>=0:textproc/p5-Pod-Eventual \
p5-String-RewritePrefix>=0:textproc/p5-String-RewritePrefix \
p5-String-Truncate>=0:textproc/p5-String-Truncate \
p5-Sub-Exporter-ForMethods>=0:devel/p5-Sub-Exporter-ForMethods \
p5-namespace-autoclean>=0:devel/p5-namespace-autoclean
TEST_DEPENDS= p5-Test-Deep>=0:devel/p5-Test-Deep \
p5-Test-Differences>=0:devel/p5-Test-Differences
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>
|