freebsd-ports/textproc/p5-Text-Capitalize/Makefile

20 lines
423 B
Makefile
Raw Normal View History

2013-06-03 20:02:24 +02:00
# Created by: Dmitry Marakasov <amdmi3@amdmi3.ru>
# $FreeBSD$
PORTNAME= Text-Capitalize
2010-02-01 10:20:49 +01:00
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
PERL_CONFIGURE= yes
MAN3= Text::Capitalize.3
.include <bsd.port.mk>