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 Data-FormValidator 4.80 |
---|
8 | #perl5.setup Data-FormValidator 4.80 ../by-authors/id/M/MA/MARKSTOS |
---|
9 | platforms darwin |
---|
10 | maintainers nomaintainer |
---|
11 | # Uncomment this line if you know there will be no arch-specific code: |
---|
12 | #supported_archs noarch |
---|
13 | |
---|
14 | description Data::FormValidator (no description available) |
---|
15 | |
---|
16 | long_description ${description} |
---|
17 | |
---|
18 | checksums sha256 1e546d670a31a847917dd02fe00cd0cf7624289b727262ffbaf455bb49fb7461 \ |
---|
19 | rmd160 d9433a04efa99839c61236d5b9f1fcf2c34db2e6 |
---|
20 | |
---|
21 | depends_lib-append port:p5-date-calc \ |
---|
22 | port:p5-regexp-common \ |
---|
23 | port:p5-email-valid \ |
---|
24 | port:p5-file-mmagic \ |
---|
25 | port:p5-image-size \ |
---|
26 | port:p5-mime-types \ |
---|
27 | port:p5-perl6-junction |
---|
28 | |
---|
29 | perl5.use_module_build |
---|