26 lines
527 B
Makefile

# $OpenBSD: Makefile,v 1.20 2020/07/03 21:45:50 sthen Exp $
COMMENT= automatic text wrapping and reformatting
MODULES= cpan
PKG_ARCH= *
DISTNAME= Text-Autoformat-1.75
CATEGORIES= textproc
REVISION= 0
EPOCH= 0
# Artistic
PERMIT_PACKAGE= Yes
RUN_DEPENDS= textproc/p5-Text-Reform
DOT_FILES= ${FILESDIR}/dot.emacs ${FILESDIR}/dot.vimrc
SAMPLE_DIR= ${PREFIX}/share/examples/p5-Text-Autoformat
post-install:
${INSTALL_DATA_DIR} ${SAMPLE_DIR}
${INSTALL_DATA} ${DOT_FILES} ${SAMPLE_DIR}
.include <bsd.port.mk>