1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/textproc/p5-Text-Aligner/Makefile
Frederic Culot 669a2cdd08 - Update to 0.10
- Add LICENSE (Artistic 1 & GPL 1)

Changes:	http://search.cpan.org/dist/Text-Aligner/Changes
2014-02-06 08:01:27 +00:00

23 lines
439 B
Makefile

# Created by: Autrijus Tang <autrijus@autrijus.org>
# $FreeBSD$
PORTNAME= Text-Aligner
PORTVERSION= 0.10
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Align text in columns
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-Term-ANSIColor>=2.02:${PORTSDIR}/devel/p5-Term-ANSIColor
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>