opnsense-ports/security/linux-c7-libtasn1/Makefile
Franco Fichtner f3ad9e785b */*: sync with upstream
Taken from: HardenedBSD
2018-03-17 08:17:44 +01:00

22 lines
450 B
Makefile

# Created by: Piotr Kubaj <pkubaj@anongoth.pl>
# $FreeBSD$
PORTNAME= libtasn1
PORTVERSION= 4.10
CATEGORIES= security linux
MAINTAINER= emulation@FreeBSD.org
COMMENT= ASN.1 structure parser library (Linux CentOS ${LINUX_DIST_VER})
LICENSE= LGPL21+
CONFLICTS= linux-c6-${PORTNAME}-[0-9]*
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
RPMVERSION= 1.el7
USES= cpe linux:c7
CPE_VENDOR= gnu
USE_LDCONFIG= yes
USE_LINUX_RPM= yes
.include <bsd.port.mk>