# $Id: Portfile 76953 2011-03-15 03:47:33Z blb@macports.org $ PortSystem 1.0 PortGroup python27 1.0 name py27-asn1 version 0.0.13a categories-append devel crypto license BSD maintainers blb openmaintainer description Implementation of ASN.1 types and codecs in Python long_description \ This project is dedicated to implementation of ASN.1 types (concrete \ syntax) and codecs (transfer syntaxes) for Python programming environment. platforms darwin homepage http://pyasn1.sourceforge.net/ master_sites sourceforge:pyasn1 distname pyasn1-${version} checksums md5 6ac24ebf86278a9be76cd40aad95c9dd \ sha1 eba5484cdc97734e2f72dd68d86ec4c9c1a2cb11 \ rmd160 9ea0083ae79b89051af18b36257c869e8e65cac7 post-destroot { xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name} xinstall -m 644 -W ${worksrcpath} CHANGES LICENSE README THANKS TODO \ ${destroot}${prefix}/share/doc/${name} xinstall -m 644 -W ${worksrcpath}/doc pyasn1-tutorial.html \ ${destroot}${prefix}/share/doc/${name} } livecheck.type regex livecheck.url http://sourceforge.net/project/showfiles.php?group_id=93839&package_id=148920 livecheck.regex pyasn1-(\[-.0-9a-zA-Z_\]+)\\.tar\\.gz