freebsd-ports/textproc/p5-Text-Tabs+Wrap/Makefile
Sunpoet Po-Chuan Hsieh c42c2e1664 Add NO_ARCH
2020-02-04 17:56:32 +00:00

19 lines
339 B
Makefile

# Created by: Toby Allsopp <toby@mi6.gen.nz>
# $FreeBSD$
PORTNAME= Text-Tabs+Wrap
PORTVERSION= 2013.0523
PORTREVISION= 1
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Line wrapping to form simple paragraphs
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>