aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Pod-Spell/Makefile
blob: 9d62a5dec5840c066157b9252a795492c1dbe432 (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
PORTNAME=	Pod-Spell
PORTVERSION=	1.26
CATEGORIES=	textproc perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Formatter for spellchecking Pod
WWW=		https://metacpan.org/release/Pod-Spell

LICENSE=	ART20

BUILD_DEPENDS=	${RUN_DEPENDS} \
		p5-File-ShareDir-Install>=0.06:devel/p5-File-ShareDir-Install
RUN_DEPENDS=	p5-Class-Tiny>=0:devel/p5-Class-Tiny \
		p5-File-ShareDir>=0:devel/p5-File-ShareDir \
		p5-Lingua-EN-Inflect>=0:textproc/p5-Lingua-EN-Inflect

USES=		perl5
USE_PERL5=	configure

NO_ARCH=	yes

.include <bsd.port.mk>