mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
security/blst: Set proper version in the .pc file
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
PORTNAME= blst
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 0.3.14
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= security devel
|
||||
|
||||
MAINTAINER= arrowd@FreeBSD.org
|
||||
@@ -17,6 +17,7 @@ GH_ACCOUNT= supranational
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
SUB_FILES= libblst.pc
|
||||
SUB_LIST= PORTVERSION=${PORTVERSION}
|
||||
|
||||
do-build:
|
||||
cd ${WRKSRC} && ./build.sh -shared
|
||||
|
||||
@@ -6,6 +6,6 @@ includedir=${prefix}/include/libblst
|
||||
Name: libblst
|
||||
Description: Multilingual BLS12-381 signature library
|
||||
URL: https://github.com/supranational/blst
|
||||
Version: 0.3.11
|
||||
Version: %%PORTVERSION%%
|
||||
Cflags: -I${includedir}
|
||||
Libs: -L${libdir} -lblst
|
||||
|
||||
Reference in New Issue
Block a user