pkgsrc/textproc/p5-Convert-ASN1/Makefile
wiz 4d8bd28cd2 Update to 0.16.
Changes since 0.14:
Fix for nested CHOICEs and tagged CHOICEs in SEQUENCES
Fix bug in decode when there are nested CHOICEs
Addition of prepare_file and the change prepare to accept a filehandle.
Allow '-'s in names and fix an uninit warning in the generated parser
Use ::isa to determine if stash argument is a HASH
Added x509decode from Norbert Klasen
Add support for units with one sinlge, unamed entry
eg  test ::= INTEGER or list ::= SEQUENCE OF OCTET STRING
Be safer in creating BigInt objects
Change the encode errors to include the hierarchical name of the
element in the ASN.1 which is causing the problem
Better error reporting for encoding
Add support for RELATIVE-OID
Support for nested SEQUENCE/SET OF's
And some others.
2002-08-20 14:37:41 +00:00

21 lines
555 B
Makefile

# $NetBSD: Makefile,v 1.9 2002/08/20 14:37:41 wiz Exp $
#
DISTNAME= Convert-ASN1-0.16
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5asn
CATEGORIES= converters perl5 textproc
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Convert/}
MAINTAINER= packages@netbsd.org
#HOMEPAGE=
COMMENT= perl5 module to encode/decode ASN.1 data
USE_BUILDLINK_ONLY= YES
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Convert/ASN1/.packlist
do-configure:
@cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
.include "../../lang/perl5/buildlink.mk"
.include "../../mk/bsd.pkg.mk"