2004-05-05 23:04:18 +02:00
|
|
|
# New ports collection makefile for: textproc/p5-Text-Aligner
|
|
|
|
# Date created: May 2004
|
|
|
|
# Whom: Autrijus Tang <autrijus@autrijus.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Text-Aligner
|
2010-09-14 06:21:32 +02:00
|
|
|
PORTVERSION= 0.07
|
2004-05-05 23:04:18 +02:00
|
|
|
CATEGORIES= textproc perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2004-05-05 23:04:18 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2010-08-30 02:53:12 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2004-05-05 23:04:18 +02:00
|
|
|
COMMENT= Align text in columns
|
|
|
|
|
2010-08-30 02:53:12 +02:00
|
|
|
RUN_DEPENDS= p5-Term-ANSIColor>=2.01:${PORTSDIR}/devel/p5-Term-ANSIColor
|
|
|
|
|
2004-05-05 23:04:18 +02:00
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= Text::Aligner.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|