opnsense-ports/textproc/p5-Text-Reflow/Makefile
2022-09-07 22:33:21 +02:00

20 lines
423 B
Makefile

PORTNAME= Text-Reflow
PORTVERSION= 1.17
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl module for reflowing text files
WWW= https://metacpan.org/release/Text-Reflow
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
USES= perl5
USE_PERL5= configure
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Text/Reflow/Reflow.so
.include <bsd.port.mk>