Update to lastest version. Tested on amd64.
Check CPAN tests passed for perl 5.18.x, current ports version no tests reports, and so old can't be found on CPAN author changed. OK?
Index: Makefile =================================================================== RCS file: /home/cvs/ports/converters/p5-Convert-ASN1/Makefile,v retrieving revision 1.24 diff -u -p -r1.24 Makefile --- Makefile 11 Oct 2013 23:48:13 -0000 1.24 +++ Makefile 16 Oct 2013 20:20:49 -0000 @@ -2,8 +2,7 @@ COMMENT= module to encode and decode ASN.1 data structures -DISTNAME= Convert-ASN1-0.22 -REVISION= 0 +DISTNAME= Convert-ASN1-0.26 CATEGORIES= converters MODULES= cpan Index: distinfo =================================================================== RCS file: /home/cvs/ports/converters/p5-Convert-ASN1/distinfo,v retrieving revision 1.10 diff -u -p -r1.10 distinfo --- distinfo 3 Oct 2008 11:51:47 -0000 1.10 +++ distinfo 31 Oct 2012 12:04:35 -0000 @@ -1,5 +1,2 @@ -MD5 (Convert-ASN1-0.22.tar.gz) = ZKVV5Ercedkgcrn8emd5xA== -RMD160 (Convert-ASN1-0.22.tar.gz) = 6FhmawJMqJU9c/9UXxrJcnFK7W0= -SHA1 (Convert-ASN1-0.22.tar.gz) = yl/J8flkCAe1ZLc5Rmf+fpvMHIA= -SHA256 (Convert-ASN1-0.22.tar.gz) = vmPVzHFdcwblS0HTxow2F8owYonP9hmiykNQXjXy9u4= -SIZE (Convert-ASN1-0.22.tar.gz) = 74625 +SHA256 (Convert-ASN1-0.26.tar.gz) = Xbi2L6DQNr0Mq8hp/+F5Qa1YfZoq8f8DDVVIcq28HKE= +SIZE (Convert-ASN1-0.26.tar.gz) = 72623 Index: pkg/DESCR =================================================================== RCS file: /home/cvs/ports/converters/p5-Convert-ASN1/pkg/DESCR,v retrieving revision 1.1.1.1 diff -u -p -r1.1.1.1 DESCR --- pkg/DESCR 19 Jan 2001 03:27:31 -0000 1.1.1.1 +++ pkg/DESCR 31 Oct 2012 12:15:39 -0000 @@ -1,4 +1,4 @@ -Convert::ASN1 encodes and decodes ASN.1 data structures +Convert::ASN1 encodes and decodes ASN.1 data structures using BER/DER rules. See 'perldoc Convert::ASN1' for more information.
