Upstream changes: Convert::ASN1 0.22 -- Mon Sep 15 14:34:45 CDT 2008 Bug Fixes * Fix decoding of OIDs with large value for 2nd element Enhancements * Support for SEQUENCE with no elements in ASN.1 * Added ability to define what value is put in perl data structory when decoding NULL elements
21 lines
583 B
Makefile
21 lines
583 B
Makefile
# $NetBSD: Makefile,v 1.24 2008/11/18 17:09:00 he Exp $
|
|
#
|
|
|
|
DISTNAME= Convert-ASN1-0.22
|
|
PKGNAME= p5-${DISTNAME}
|
|
SVR4_PKGNAME= p5asn
|
|
CATEGORIES= converters perl5 textproc
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Convert/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Convert-ASN1/
|
|
COMMENT= Perl5 module to encode/decode ASN.1 data
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/Convert/ASN1/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|