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

21 lines
442 B
Makefile

# $OpenBSD: Makefile,v 1.13 2014/04/13 01:01:39 naddy Exp $
COMMENT= perl module to formating plaintext
MODULES= cpan
DISTNAME= Text-Reform-1.20
CATEGORIES= textproc
MAINTAINER= Sam Smith <s@msmith.net>
# Artistic
PERMIT_PACKAGE_CDROM= 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>