blob: 003c3b1a1bbd872bc2c2772d1d39f9ec9800dbd0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
PORTNAME= Text-Truncate
PORTVERSION= 1.06
PORTREVISION= 1
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl module with simple string truncating routine
WWW= https://metacpan.org/release/Text-Truncate
LICENSE= PD
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>
|