freebsd-ports/textproc/p5-Text-Aligner/Makefile
Sunpoet Po-Chuan Hsieh ad5004b7ef - Update to 0.13
- Add LICENSE_FILE
- Add NO_ARCH

Changes:	http://search.cpan.org/dist/Text-Aligner/Changes
2016-04-18 17:28:55 +00:00

23 lines
445 B
Makefile

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