openbsd-ports/devel/p5-OLE-Storage_Lite/Makefile

24 lines
483 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.8 2010/12/03 11:44:34 ajacoutot Exp $
COMMENT= simple class for OLE document interface
2006-11-29 03:23:29 -05:00
MODULES= cpan
2010-10-23 05:56:21 -04:00
DISTNAME= OLE-Storage_Lite-0.19
REVISION= 0
CATEGORIES= devel perl5
2010-10-18 13:47:50 -04:00
USE_GROFF = Yes
2006-11-29 03:23:29 -05:00
# perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2010-10-03 13:23:41 -04:00
MODCPAN_EXAMPLES= Yes
MODCPAN_EXAMPLES_DIST= sample
post-extract:
@find ${WRKDIST} -type f -exec perl -pi -e 's/\r$$//' {} \;
.include <bsd.port.mk>