19 lines
390 B
Makefile
19 lines
390 B
Makefile
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")
|
|
|
|
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>
|