freebsd-ports/textproc/p5-Text-Capitalize/Makefile
Mathieu Arnold 597afc47ba Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:25:16 +00:00

20 lines
427 B
Makefile

# Created by: Dmitry Marakasov <amdmi3@amdmi3.ru>
# $FreeBSD$
PORTNAME= Text-Capitalize
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
NO_ARCH= yes
.include <bsd.port.mk>