10267b1b07
PR: ports/150524 Submitted by: Frederic Culot <frederic@culot.org> With Hat: perl@ Changes: http://search.cpan.org/dist/Text-Aligner/Changes
23 lines
468 B
Makefile
23 lines
468 B
Makefile
# New ports collection makefile for: textproc/p5-Text-Aligner
|
|
# Date created: May 2004
|
|
# Whom: Autrijus Tang <autrijus@autrijus.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Text-Aligner
|
|
PORTVERSION= 0.07
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Align text in columns
|
|
|
|
RUN_DEPENDS= p5-Term-ANSIColor>=2.01:${PORTSDIR}/devel/p5-Term-ANSIColor
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Text::Aligner.3
|
|
|
|
.include <bsd.port.mk>
|