ports/security/libtasn1/Makefile

26 lines
488 B
Makefile

COMMENT= Abstract Syntax Notation One structure parser library
DISTNAME= libtasn1-4.19.0
CATEGORIES= security
SHARED_LIBS += tasn1 4.2 # 12.3
HOMEPAGE= https://www.gnu.org/software/libtasn1/
MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
# GPLv3+
PERMIT_PACKAGE= Yes
WANTLIB += c
SITES= ${SITE_GNU:=libtasn1/}
CONFIGURE_STYLE= gnu
# Allow building with base-gcc
CFLAGS += -std=gnu99
DEBUG_PACKAGES= ${BUILD_PACKAGES}
.include <bsd.port.mk>