17 lines
283 B
Makefile
17 lines
283 B
Makefile
# $OpenBSD: Makefile,v 1.8 2020/07/03 21:45:51 sthen Exp $
|
|
|
|
COMMENT = module for reflowing text files
|
|
|
|
MODULES = cpan
|
|
DISTNAME = Text-Reflow-1.17
|
|
CATEGORIES = textproc
|
|
FIX_EXTRACT_PERMISSIONS = Yes
|
|
REVISION = 0
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
WANTLIB += c perl
|
|
|
|
.include <bsd.port.mk>
|