Drop support for antique perl. Work done by: gabor Sponsored by: Google Summer of Code 2007 Hat: portmgr
22 lines
485 B
Makefile
22 lines
485 B
Makefile
# New ports collection makefile for: p5-Text-Capitalize
|
|
# Date created: 24 Nov 2005
|
|
# Whom: Dmitry Marakasov <amdmi3@amdmi3.ru>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Text-Capitalize
|
|
PORTVERSION= 0.5
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= Text
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= amdmi3@amdmi3.ru
|
|
COMMENT= Capitalize strings ("to WORK AS titles" becomes "To Work as Titles")
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Text::Capitalize.3
|
|
|
|
.include <bsd.port.mk>
|