Files

24 lines
434 B
Makefile
Raw Permalink Normal View History

COMMENT= Abstract Syntax Notation One structure parser library
2003-05-01 17:26:01 +00:00
DISTNAME= libtasn1-4.21.0
2003-05-01 17:26:01 +00:00
CATEGORIES= security
2012-09-27 06:22:50 +00:00
2025-02-07 06:57:54 +00:00
SHARED_LIBS += tasn1 4.2 # 12.4
2003-05-01 17:26:01 +00:00
2018-02-09 09:36:04 +00:00
HOMEPAGE= https://www.gnu.org/software/libtasn1/
2003-05-01 17:26:01 +00:00
2012-09-27 06:22:50 +00:00
MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
# GPLv3+
2019-11-23 12:13:33 +00:00
PERMIT_PACKAGE= Yes
2003-05-01 17:26:01 +00:00
2014-05-03 12:10:26 +00:00
WANTLIB += c
2023-09-27 16:34:29 +00:00
SITES= ${SITE_GNU:=libtasn1/}
2008-01-23 21:53:20 +00:00
2003-05-01 17:26:01 +00:00
CONFIGURE_STYLE= gnu
2012-09-21 14:48:05 +00:00
2019-11-23 12:13:33 +00:00
DEBUG_PACKAGES= ${BUILD_PACKAGES}
2003-05-01 17:26:01 +00:00
.include <bsd.port.mk>