12 lines
345 B
Makefile
12 lines
345 B
Makefile
# $NetBSD: Makefile,v 1.5 2011/01/17 10:48:03 emil_s Exp $
|
|
DISTNAME= hopenssl-1.2
|
|
PKGREVISION= 1
|
|
CATEGORIES= security
|
|
|
|
MAINTAINER= esg@sdf.lonestar.org
|
|
COMMENT= FFI bindings to OpenSSL's EVP digest interface
|
|
LICENSE= modified-bsd
|
|
|
|
.include "../../security/openssl/buildlink3.mk"
|
|
.include "../../wip/mk/haskell.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|