Kirill Ponomarev 891950e737 Add USES=compiler:c++11-lang to fix build on GCC architectures.
PR:		237103
Submitted by:	Piotr Kubaj <pkubaj at anongoth_dot_pl>
2019-04-08 12:20:09 +00:00

19 lines
371 B
Makefile

# $FreeBSD$
PORTNAME= libdecaf
PORTVERSION= 1.0.0
PORTREVISION= 1
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:2.7 tar:tgz
USE_LDCONFIG= yes
.include <bsd.port.mk>