1 | # $Id: Portfile 67043 2010-04-27 23:07:01Z ryandesign@macports.org $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | PortGroup perl5 1.0 |
---|
5 | |
---|
6 | perl5.setup Parse-Win32Registry 0.51 |
---|
7 | name p5-parse-win32registry |
---|
8 | |
---|
9 | maintainers yahoo.fr:jul_bsd openmaintainer |
---|
10 | description Perl Module to parse Windows Registry |
---|
11 | checksums md5 63ee6d1b623e97881155717ca242c04d \ |
---|
12 | sha1 3ac592ccaff4c2a99786bf0871bb35276ed90eaa \ |
---|
13 | rmd160 0e1f798a75aa6736e1ad6c3c96da23ad8981ef62 |
---|
14 | platforms darwin |
---|
15 | |
---|
16 | if {[info exists supported_archs]} { |
---|
17 | supported_archs noarch |
---|
18 | } else { |
---|
19 | universal_variant no |
---|
20 | } |
---|