2009-02-25 10:53:20 +01:00
|
|
|
# New ports collection makefile for: Text-Truncate
|
|
|
|
# Date created: 25 February 2009
|
|
|
|
# Whom: Lars Thegler <lth@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Text-Truncate
|
2009-11-09 13:06:44 +01:00
|
|
|
PORTVERSION= 1.04
|
2009-02-25 10:53:20 +01:00
|
|
|
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>
|