19 lines
351 B
Makefile
19 lines
351 B
Makefile
# Created by: 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
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
MAN3= Text::Truncate.3
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|