2007-01-21 16:46:20 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.6 2007/01/21 21:46:21 simon Exp $
|
2002-07-11 05:28:52 -04:00
|
|
|
|
2003-06-18 07:47:13 -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
|
2003-06-18 07:47:13 -04:00
|
|
|
DISTNAME= Text-Autoformat-1.12
|
2007-01-21 16:46:20 -05:00
|
|
|
PKGNAME= p5-${DISTNAME}p0
|
|
|
|
CATEGORIES= textproc
|
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>
|