mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
17 lines
351 B
Makefile
17 lines
351 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= p11-kit
|
|
PORTVERSION= 0.23.5
|
|
CATEGORIES= security linux
|
|
|
|
MAINTAINER= emulation@FreeBSD.org
|
|
COMMENT= Library for loading and enumerating of PKCS\#11 modules (Linux CentOS ${LINUX_DIST_VER})
|
|
|
|
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
|
|
RPMVERSION= 3.el7
|
|
USES= linux:c7
|
|
USE_LDCONFIG= yes
|
|
USE_LINUX_RPM= yes
|
|
|
|
.include <bsd.port.mk>
|