a207a4dbd0
- remove USE_GROFF ok Sam Smith (maintainer)
24 lines
538 B
Makefile
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>
|