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

25 lines
538 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.11 2011/01/01 12:57:23 benoit Exp $
COMMENT= perl module to formating plaintext
MODULES= cpan
DISTNAME= Text-Reform-1.20
CATEGORIES= textproc
2010-11-20 14:56:47 -05:00
USE_GROFF = Yes
2004-02-01 02:09:47 -05:00
MAINTAINER= Sam Smith <s@msmith.net>
2003-11-15 10:12:53 -05:00
# Artistic
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= 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>