pkgsrc/textproc/p5-Convert-ASN1/Makefile
heinz 92f222ee98 Updated to version 0.18.
Adapted to buildlink3.

Changes since 0.16
===================

  * lib/Convert/ASN1.pm:
  * MANIFEST, Makefile.PL, t/0-signature.t:
  Use Module::Build to build Makefile and add SIGNATURE
  * lib/Convert/: ASN1.pm, ASN1/_encode.pm:
  Fix bug in encoding BIT STRINGS where chr() was causing an upgrade to UTF8
  * lib/Convert/ASN1.pm:
  Release 0.17
  * MANIFEST:
  Add new tests into MANIFEST
  * t/funcs.pl:
  Skip rtest if Data::Dumper is not available
  * parser.y, lib/Convert/ASN1/parser.pm, t/04opt.t, t/funcs.pl:
  Support OPTIONAL on SET OF and SEQUENCE OF
  * lib/Convert/ASN1/_decode.pm, t/00prim.t:
  Fix OID decoding
  * t/14any.t:
  Remove duplicate my
  * parser.y, lib/Convert/ASN1.pm, lib/Convert/ASN1/_decode.pm,
  lib/Convert/ASN1/_encode.pm, lib/Convert/ASN1/parser.pm, t/14any.t:
  Add support for ANY DEFINED BY
  Patch from Simon Wilkinson
  * lib/Convert/ASN1/Debug.pm:
  Fix debug output for OIDs
  * parser.y, lib/Convert/ASN1.pm, lib/Convert/ASN1.pod,
  lib/Convert/ASN1/parser.pm, t/08set.t, t/12der.t, t/13utf8.t:
  CER and DER SET encoding
  * t/13utf8.t, lib/Convert/ASN1.pm, lib/Convert/ASN1/_decode.pm,
  lib/Convert/ASN1/_encode.pm:
  utf8 support for perl >= 5.8
2004-02-24 23:21:35 +00:00

21 lines
587 B
Makefile

# $NetBSD: Makefile,v 1.14 2004/02/24 23:21:35 heinz Exp $
#
DISTNAME= Convert-ASN1-0.18
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5asn
CATEGORIES= converters perl5 textproc
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Convert/}
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Convert-ASN1/
COMMENT= Perl5 module to encode/decode ASN.1 data
PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_BUILDLINK3= YES
USE_LANGUAGES= # empty
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Convert/ASN1/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"