Files
ports/textproc/p5-Text-Aligner/Makefile
T
Sunpoet Po-Chuan Hsieh c14b15930a Update to 0.16
- Update LICENSE

Changes:	https://metacpan.org/changes/distribution/Text-Aligner
2020-05-03 20:56:02 +00:00

25 lines
444 B
Makefile

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