Ticket #26085: Portfile

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