freebsd-ports/textproc/p5-Text-Table/Makefile

21 lines
447 B
Makefile
Raw Normal View History

2013-02-19 16:47:41 +01:00
# Created by: Autrijus Tang <autrijus@autrijus.org>
# $FreeBSD$
PORTNAME= Text-Table
2013-06-09 21:25:14 +02:00
PORTVERSION= 1.127
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= miwi@FreeBSD.org
COMMENT= Organize Data in Tables
BUILD_DEPENDS= p5-Text-Aligner>=0.05:${PORTSDIR}/textproc/p5-Text-Aligner
2011-06-25 08:52:43 +02:00
RUN_DEPENDS= p5-Text-Aligner>=0.05:${PORTSDIR}/textproc/p5-Text-Aligner
PERL_CONFIGURE= yes
MAN3= Text::Table.3
.include <bsd.port.mk>