blob: 547862b311a3853ee5ce24fa31cca263429c9f9a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# New ports collection makefile for: textproc/p5-String-Truncate
# Date created: 6 December 2009
# Whom: Lars Thegler <lth@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= String-Truncate
PORTVERSION= 0.102
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= lth@FreeBSD.org
COMMENT= A module for when strings are too long to be displayed in...
PERL_CONFIGURE= yes
MAN3= String::Truncate.3
.include <bsd.port.mk>
|