mirror of
https://git.freebsd.org/ports.git
synced 2025-05-07 03:16:44 -04:00
Homepage link is permanent redirected to its HTTPS counterpart Issue reported by repology : https://repology.org/repository/freebsd/problems Approved by: portmgr (blanket) PR: 274888
17 lines
401 B
Makefile
17 lines
401 B
Makefile
PORTNAME= libdecaf
|
|
PORTVERSION= 1.0.0
|
|
PORTREVISION= 3
|
|
CATEGORIES= security
|
|
MASTER_SITES= SF/ed448goldilocks/
|
|
|
|
MAINTAINER= krion@FreeBSD.org
|
|
COMMENT= Implementation of elliptic curve cryptography
|
|
WWW= https://ed448goldilocks.sourceforge.net/
|
|
|
|
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>
|