openbsd-ports/devel/p5-OLE-Storage_Lite/Makefile
2022-03-11 18:49:30 +00:00

19 lines
338 B
Makefile

COMMENT= simple class for OLE document interface
MODULES= cpan
PKG_ARCH= *
DISTNAME = OLE-Storage_Lite-0.20
CATEGORIES= devel perl5
REVISION = 0
# perl
PERMIT_PACKAGE= Yes
MODCPAN_EXAMPLES= Yes
MODCPAN_EXAMPLES_DIST= sample
post-extract:
@find ${WRKDIST} -type f -exec perl -pi -e 's/\r$$//' {} +
.include <bsd.port.mk>