[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / ports / textproc / p5-Text-Reform

File: [local] / ports / textproc / p5-Text-Reform / Makefile (download)

Revision 1.18, Fri Mar 11 20:03:03 2022 UTC (2 years, 2 months ago) by naddy
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, OPENBSD_7_4_BASE, OPENBSD_7_4, OPENBSD_7_3_BASE, OPENBSD_7_3, OPENBSD_7_2_BASE, OPENBSD_7_2, OPENBSD_7_1_BASE, OPENBSD_7_1, HEAD
Changes since 1.17: +0 -2 lines

drop RCS Ids

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>