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$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup perl5 1.0 |
---|
6 | |
---|
7 | perl5.setup Mac-Growl 0.67 |
---|
8 | platforms darwin |
---|
9 | maintainers pixilla.com:brad |
---|
10 | description Interface to the Growl framework |
---|
11 | long_description ${description} |
---|
12 | |
---|
13 | homepage http://search.cpan.org/~cnandor/Mac-Growl/lib/Mac/Growl.pm |
---|
14 | master_sites http://search.cpan.org/CPAN/authors/id/C/CN/CNANDOR |
---|
15 | checksums sha1 a39e90af09854d19f16ddfaa26282bf16837cec6 \ |
---|
16 | md5 09da224d5b2d8bbd7669e4d4dfc912d7 \ |
---|
17 | rmd160 f1483f668b57f5c16fa4c4b7b8760b53666fffd6 |
---|
18 | |
---|
19 | test.run yes |
---|