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-Constraints-DateTime 1.11 |
---|
8 | #perl5.setup Data-FormValidator-Constraints-DateTime 1.11 ../by-authors/id/W/WO/WONKO |
---|
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::Constraints::DateTime (no description available) |
---|
15 | |
---|
16 | long_description ${description} |
---|
17 | |
---|
18 | checksums sha256 c3653fddfdfb457cce5f9fdf81309a6a54b32aeb5ff343856f6f32044ac88170 \ |
---|
19 | rmd160 551246674bdcabede9caf1b4f4a8d80e585af15c |
---|
20 | |
---|
21 | depends_lib-append port:p5-datetime \ |
---|
22 | port:p5-datetime-format-strptime \ |
---|
23 | port:p5-data-formvalidator |
---|
24 | depends_build-append port:p5-datetime-format-builder |
---|
25 | |
---|