opnsense-ports/security/linux-c6-libtasn1/Makefile
Franco Fichtner 4f7ac7e49e */*: sync with upstream
Taken from: FreeBSD
2016-06-24 04:38:28 +02:00

25 lines
535 B
Makefile

# Created by: Johannes Meixner <johannes@perceivon.net>
# $FreeBSD$
PORTNAME= libtasn1
PORTVERSION= 2.3
PORTREVISION= 2
CATEGORIES= security linux
MAINTAINER= emulation@FreeBSD.org
COMMENT= ASN.1 structure parser library
USES+= cpe
CPE_VENDOR= gnu
USE_LINUX= c6
USE_LINUX_RPM= yes
RPMVERSION= 6.el6_5
USE_LDCONFIG= yes
DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}-${PORTVERSION}
PORTDOCS= AUTHORS COPYING COPYING.LIB ChangeLog NEWS README THANKS TODO libtasn1.pdf
DESCR= ${.CURDIR}/../libtasn1/pkg-descr
.include <bsd.port.mk>