You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
40 lines
1.8 KiB
Tcl
40 lines
1.8 KiB
Tcl
# -*- 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
|
|
|
|
PortSystem 1.0
|
|
PortGroup perl5 1.0
|
|
|
|
perl5.branches 5.28 5.30 5.32 5.34
|
|
perl5.setup Catalyst-Controller-FormBuilder 0.06 ../by-authors/id/M/MS/MSTROUT/
|
|
revision 3
|
|
license {Artistic-1 GPL}
|
|
maintainers nomaintainer
|
|
description Catalyst FormBuilder Base Controller
|
|
long_description This base controller merges the functionality of \
|
|
CGI::FormBuilder with Catalyst and the following \
|
|
templating systems: Template Toolkit, Mason and \
|
|
HTML::Template. This gives you access to all of \
|
|
FormBuilder's niceties, such as controllablefield \
|
|
stickiness, multilingual support, and \
|
|
Javascript generation.
|
|
|
|
platforms {darwin any}
|
|
supported_archs noarch
|
|
|
|
checksums rmd160 d8335d56d3e75d19bda75121971b68d434b2c268 \
|
|
sha256 78484f2759216a9fc705461201edc763a0b4179bdf30c9036f1e4d774923319a
|
|
|
|
if {${perl5.major} != ""} {
|
|
depends_lib-append \
|
|
port:p${perl5.major}-cgi-formbuilder \
|
|
port:p${perl5.major}-catalyst-runtime \
|
|
port:p${perl5.major}-test-www-mechanize-catalyst \
|
|
port:p${perl5.major}-tie-ixhash \
|
|
port:p${perl5.major}-class-data-inheritable \
|
|
port:p${perl5.major}-class-inspector \
|
|
port:p${perl5.major}-mro-compat \
|
|
port:p${perl5.major}-scalar-list-utils \
|
|
port:p${perl5.major}-catalyst-view-tt
|
|
|
|
patchfiles patch-default-inc-excludes-dot.diff
|
|
}
|