20d521f214
PR: ports/140297 Submitted by: Sahil Tandon <sahil@tandon.net>
21 lines
412 B
Makefile
21 lines
412 B
Makefile
# New ports collection makefile for: Text-Truncate
|
|
# Date created: 25 February 2009
|
|
# Whom: Lars Thegler <lth@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Text-Truncate
|
|
PORTVERSION= 1.04
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= lth@FreeBSD.org
|
|
COMMENT= Perl module with simple string truncating routine
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Text::Truncate.3
|
|
|
|
.include <bsd.port.mk>
|