freebsd-ports/textproc/p5-Text-Capitalize/Makefile
2013-10-01 05:54:10 +00:00

18 lines
410 B
Makefile

# Created by: Dmitry Marakasov <amdmi3@amdmi3.ru>
# $FreeBSD$
PORTNAME= Text-Capitalize
PORTVERSION= 1.3
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= amdmi3@FreeBSD.org
COMMENT= Capitalize strings ("to WORK AS titles" becomes "To Work as Titles")
TEST_DEPENDS= p5-PerlIO-locale>=0:${PORTSDIR}/devel/p5-PerlIO-locale
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>