freebsd-ports/security/linux-c7-nettle/Makefile
Stefan Eßer 0dfd9d9814 security/linux-c7-nettle: Add CPE information
Approved by:	portmgr (blanket)
2021-10-21 16:27:05 +02:00

18 lines
379 B
Makefile

PORTNAME= nettle
PORTVERSION= 2.7.1
DISTVERSIONSUFFIX= -8.el7
CATEGORIES= security linux
MAINTAINER= emulation@FreeBSD.org
COMMENT= Low-level cryptographic library (Linux CentOS ${LINUX_DIST_VER})
USES= cpe linux:c7
CPE_VENDOR= ${PORTNAME}_project
USE_LDCONFIG= yes
USE_LINUX_RPM= yes
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>