1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
freebsd-ports/security/libecc/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

28 lines
475 B
Makefile

PORTNAME= libecc
PORTVERSION= 0.14.0
PORTREVISION= 2
CATEGORIES= security
MASTER_SITES= SF
MAINTAINER= hrs@FreeBSD.org
COMMENT= C++ Elliptic Curve Library
WWW= https://libecc.sourceforge.net/
LICENSE= GPLv2+
LIB_DEPENDS= libgmp.so:math/gmp
USES= libtool localbase
USE_CXXSTD= c++14
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
post-patch:
@${REINPLACE_CMD} 's@endian\.h@sys/&@' \
${WRKSRC}/include/libecc/bitset.h
.include <bsd.port.mk>