# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 # $Id$ PortSystem 1.0 PortGroup perl5 1.0 perl5.branches 5.16 5.18 5.20 5.22 perl5.setup Crypt-OpenSSL-X509 1.806 ../by-authors/id/D/DA/DANIEL license {Artistic-1 GPL} maintainers nomaintainer description Perl extension to OpenSSL's X509 API. long_description ${description} platforms darwin checksums rmd160 1b08b94ea3292da9657944419596c530da01bf7c \ sha256 950046cc5eac7611dd4c34c40d5570814c4dd2eb49209aa8301e9268dfc1e120 if {${perl5.major} != ""} { depends_lib-append \ port:openssl patchfiles patch-Makefile.PL.diff post-patch { reinplace "s|@PREFIX@|${prefix}|g" ${worksrcpath}/Makefile.PL } }