18 lines
362 B
Makefile
18 lines
362 B
Makefile
COMMENT= perl module to formating plaintext
|
|
|
|
MODULES= cpan
|
|
PKG_ARCH= *
|
|
DISTNAME= Text-Reform-1.20
|
|
CATEGORIES= textproc
|
|
REVISION= 1
|
|
|
|
# Artistic
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
DEMOS_DIR = ${PREFIX}/share/examples/p5-Text-Reform
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${DEMOS_DIR}
|
|
@cd ${WRKSRC}/demo/ && pax -rw . ${DEMOS_DIR}
|
|
|
|
.include <bsd.port.mk>
|