freebsd-ports/textproc/p5-Text-Aligner/Makefile
Po-Chuan Hsieh c0b1d57544
textproc/p5-Text-Aligner: Remove Perl core module
- Bump PORTREVISION for dependency change
2021-05-07 17:39:43 +08:00

21 lines
356 B
Makefile

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