Last change
on this file was
154393,
checked in by mojca@…, 18 months ago
|
p5-*: remove subports for perl5.22 (#52081)
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Id
|
File size:
963 bytes
|
Line | |
---|
1 | # -*- 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 |
---|
2 | # $Id: Portfile 154393 2016-10-28 22:10:07Z mojca@macports.org $ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup perl5 1.0 |
---|
6 | |
---|
7 | perl5.branches 5.24 |
---|
8 | perl5.setup Digest-Perl-MD5 1.9 |
---|
9 | license {Artistic-1 GPL} |
---|
10 | maintainers nomaintainer |
---|
11 | description Perl implementation of Ron Rivests MD5 Algorithm |
---|
12 | long_description This is not an interface (like Digest::MD5) but a Perl \ |
---|
13 | implementation of MD5. It is written in perl only and \ |
---|
14 | because of this it is slow but it works without C-Code. \ |
---|
15 | You should use Digest::MD5 instead of this module if it \ |
---|
16 | is available. |
---|
17 | |
---|
18 | platforms darwin |
---|
19 | |
---|
20 | checksums rmd160 31dfb73a8e5742d5ba9cb3fedc969fd152bb216c \ |
---|
21 | sha256 7100cba1710f45fb0e907d8b1a7bd8caef35c64acd31d7f225aff5affeecd9b1 |
---|
22 | |
---|
23 | supported_archs noarch |
---|
Note: See
TracBrowser
for help on using the repository browser.