Makefile 275 B

12345678910111213141516
  1. # $OpenBSD: Makefile,v 1.17 2016/03/20 19:57:01 naddy Exp $
  2. COMMENT= module to calculate Nilsimsa digests
  3. MODULES= cpan
  4. DISTNAME= Digest-Nilsimsa-0.06
  5. REVISION= 5
  6. CATEGORIES= security
  7. # Artistic licence
  8. PERMIT_PACKAGE_CDROM= Yes
  9. WANTLIB += c perl
  10. .include <bsd.port.mk>