ports/security/libdecaf/Makefile
Rodrigo Osorio 06df180a9e */*: Update WWW to use HTTPS for sourceforge.net projects
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
2023-11-06 11:03:47 +01:00

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>