Makefile 327 B

123456789101112131415161718
  1. # $OpenBSD: Makefile,v 1.26 2016/03/20 19:57:01 naddy Exp $
  2. COMMENT= module to calculate SHA1 digests
  3. MODULES= cpan
  4. DISTNAME= Digest-SHA1-2.13
  5. REVISION= 4
  6. CATEGORIES= security
  7. MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>
  8. # Artistic licence
  9. PERMIT_PACKAGE_CDROM= Yes
  10. WANTLIB += c perl
  11. .include <bsd.port.mk>