mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
49e5f4944a
Reported by: swills
19 lines
367 B
Makefile
19 lines
367 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= libdecaf
|
|
PORTVERSION= 1.0.0
|
|
PORTREVISION= 3
|
|
CATEGORIES= security
|
|
MASTER_SITES= SF/ed448goldilocks/
|
|
|
|
MAINTAINER= krion@FreeBSD.org
|
|
COMMENT= Implementation of elliptic curve cryptography
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
USES= cmake compiler:c++11-lang localbase:ldflags python tar:tgz
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|