openbsd-ports/textproc/p5-Text-Autoformat/Makefile
benoit a207a4dbd0 - update p5-Text-Autoformat to 1.669002
- remove USE_GROFF

ok Sam Smith (maintainer)
2013-03-24 14:46:27 +00:00

24 lines
538 B
Makefile

# $OpenBSD: Makefile,v 1.13 2013/03/24 14:46:27 benoit Exp $
COMMENT= perl module for formatting plaintext
MODULES= cpan
DISTNAME = Text-Autoformat-1.669002
CATEGORIES= textproc
MAINTAINER= Sam Smith <s@msmith.net>
# Artistic
PERMIT_PACKAGE_CDROM= 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>