Modified: trunk/dports/perl/p5-crypt-ssleay/Portfile (75439 => 75440)
--- trunk/dports/perl/p5-crypt-ssleay/Portfile 2011-01-25 06:06:28 UTC (rev 75439)
+++ trunk/dports/perl/p5-crypt-ssleay/Portfile 2011-01-25 06:06:54 UTC (rev 75440)
@@ -3,17 +3,22 @@
PortSystem 1.0
PortGroup perl5 1.0
-perl5.setup Crypt-SSLeay 0.57
-revision 1
+perl5.setup Crypt-SSLeay 0.58
+revision 0
maintainers mas openmaintainer
description module to add SSL support to LWP
long_description ${description}
-homepage http://search.cpan.org/~hampton/${distname}/
+homepage http://search.cpan.org/~nanis/${distname}/
platforms darwin
-checksums md5 82264180f5911dce33dbd85e24b1f36b \
- sha1 6e83137fac79a37346a5f862b6d6cf3fdeefe721 \
- rmd160 81b9f9da6a74f39e14bce176249b3c30f667912d
+checksums md5 fbf3d12e58462cee00ea63239c0b13c7 \
+ sha1 62f31de72a1ccd9608d70ac967ba888bd48054ca
-depends_lib-append lib:libssl:openssl
+depends_lib-append lib:libssl:openssl \
+ port:p5-mime-base64
+
+configure.env C_INCLUDE_PATH="${prefix}/include" \
+ LIBRARY_PATH="${prefix}/lib"
+
+configure.args-append "--lib=${prefix}"