24 lines
466 B
Makefile
24 lines
466 B
Makefile
|
COMMENT= automatic text wrapping and reformatting
|
||
|
|
||
|
MODULES= cpan
|
||
|
PKG_ARCH= *
|
||
|
DISTNAME= Text-Autoformat-1.75
|
||
|
CATEGORIES= textproc
|
||
|
REVISION= 0
|
||
|
|
||
|
EPOCH= 0
|
||
|
|
||
|
# Artistic
|
||
|
PERMIT_PACKAGE= 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>
|