Ticket #26086: Portfile

File Portfile, 580 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             File-Mork 0.3
7name                    p5-file-mork
8
9maintainers             yahoo.fr:jul_bsd openmaintainer
10description             Perl module to read Mozilla URL history files
11checksums           md5     7b95af81a50ca232299f637d0d4775bf \
12                    sha1    fcf24bc66e19734ccacdcc713b44f5ba188ced1e \
13                    rmd160  6ac5577617de89cdbc6e31fd935fd158c51fcec1
14platforms               darwin
15
16if {[info exists supported_archs]} {
17    supported_archs noarch
18} else {
19    universal_variant no
20}