Makefile 426 B

12345678910111213141516171819202122
  1. # $OpenBSD: Makefile,v 1.16 2016/03/20 19:57:01 naddy Exp $
  2. COMMENT= perl interface to a variant of the MD5 algorithm
  3. MODULES= cpan
  4. DISTNAME= Digest-MD5-M4p-0.01
  5. REVISION= 5
  6. CATEGORIES= security
  7. # same as perl
  8. PERMIT_PACKAGE_CDROM= Yes
  9. WANTLIB += c perl
  10. INSTALL_TARGET= install_site
  11. # trailing ^M after a \ for line continuation confuses gcc2
  12. pre-patch:
  13. @perl -i -pe 's/\r$$//' ${WRKSRC}/M4p.xs
  14. .include <bsd.port.mk>