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

21 lines
427 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
PORTREVISION= 1
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:devel/p5-PerlIO-locale
USES= perl5
USE_PERL5= configure
2015-09-05 22:00:13 +02:00
NO_ARCH= yes
.include <bsd.port.mk>