summaryrefslogtreecommitdiff
path: root/textproc/p5-Text-Capitalize/Makefile
blob: e47ab805707ae15109b7f9757c3e04654fb5523f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
PORTNAME=	Text-Capitalize
PORTVERSION=	1.5
CATEGORIES=	textproc perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	amdmi3@FreeBSD.org
COMMENT=	Capitalize strings ("to WORK AS titles" becomes "To Work as Titles")
WWW=		https://metacpan.org/release/Text-Capitalize

LICENSE=	ART10 GPLv1+
LICENSE_COMB=	dual

TEST_DEPENDS=	p5-PerlIO-locale>=0:devel/p5-PerlIO-locale

USES=		perl5
USE_PERL5=	configure
NO_ARCH=	yes

.include <bsd.port.mk>