2010-10-19 03:54:21 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.9 2010/10/19 07:54:24 espie Exp $
|
2002-07-11 05:28:52 -04:00
|
|
|
|
2007-09-15 16:59:36 -04:00
|
|
|
COMMENT= perl module for formatting plaintext
|
2002-07-11 05:28:52 -04:00
|
|
|
|
2007-01-21 16:46:20 -05:00
|
|
|
MODULES= cpan
|
2010-04-07 15:17:07 -04:00
|
|
|
DISTNAME= Text-Autoformat-1.668001
|
2007-01-21 16:46:20 -05:00
|
|
|
CATEGORIES= textproc
|
2010-10-19 03:54:21 -04:00
|
|
|
USE_GROFF = Yes
|
2003-05-15 02:19:41 -04:00
|
|
|
|
2004-02-01 02:09:47 -05:00
|
|
|
MAINTAINER= Sam Smith <s@msmith.net>
|
2002-07-11 05:28:52 -04:00
|
|
|
|
2003-06-18 07:47:13 -04:00
|
|
|
# Artistic
|
2002-07-11 05:28:52 -04:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2003-05-15 02:19:41 -04:00
|
|
|
RUN_DEPENDS= :p5-Text-Reform-*:textproc/p5-Text-Reform
|
2002-07-11 05:28:52 -04:00
|
|
|
|
2003-05-15 02:19:41 -04:00
|
|
|
DOT_FILES= ${FILESDIR}/dot.emacs ${FILESDIR}/dot.vimrc
|
2003-06-18 07:47:13 -04:00
|
|
|
SAMPLE_DIR= ${PREFIX}/share/examples/p5-Text-Autoformat
|
2003-05-15 02:19:41 -04:00
|
|
|
|
|
|
|
post-install:
|
|
|
|
${INSTALL_DATA_DIR} ${SAMPLE_DIR}
|
|
|
|
${INSTALL_DATA} ${DOT_FILES} ${SAMPLE_DIR}
|
|
|
|
|
2002-07-11 05:28:52 -04:00
|
|
|
.include <bsd.port.mk>
|