8524f8f6cb
0.9.24 into lang/asn1c. The asn1c is a free, open source compiler of ASN.1 specifications into C source code. It supports a range of ASN.1 syntaxes, including ISO/IEC/ITU ASN.1 1988, '94, '97, 2002 and later amendments. The supported sets of encoding rules are * BER: ITU-T Rec. X.690 | ISO/IEC 8825-1 (2002) (BER/DER/CER). * PER: X.691|8825-2 (2002) (PER). * XER: X.693|8825-3 (2001) (BASIC-XER/CXER). The compiler was written specifically to address security concerns while providing streaming decoding capabilities.
20 lines
504 B
Makefile
20 lines
504 B
Makefile
# $NetBSD: Makefile,v 1.1 2013/10/26 14:44:12 sno Exp $
|
|
#
|
|
|
|
DISTNAME= asn1c-0.9.24
|
|
CATEGORIES= lang
|
|
MASTER_SITES= http://lionet.info/soft/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://lionet.info/asn1c/
|
|
COMMENT= Free, open source compiler of ASN.1 specifications into C source code
|
|
LICENSE= 2-clause-bsd
|
|
|
|
USE_LANGUAGES= c
|
|
USE_TOOLS+= autoconf gmake perl:run
|
|
GNU_CONFIGURE= yes
|
|
|
|
REPLACE_PERL+= examples/crfc2asn1.pl
|
|
REPLACE_PERL+= examples/clyx2asn1.pl
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|