openbsd-ports/textproc/p5-Text-Autoformat/Makefile

29 lines
648 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.11 2010/12/03 11:46:49 ajacoutot Exp $
COMMENT= perl module for formatting plaintext
MODULES= cpan
DISTNAME= Text-Autoformat-1.668001
REVISION= 0
CATEGORIES= textproc
2010-11-20 14:56:47 -05:00
USE_GROFF = Yes
2004-02-01 02:09:47 -05:00
MAINTAINER= Sam Smith <s@msmith.net>
# Artistic
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2010-11-20 14:56:47 -05:00
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>