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 | |
---|
3 | # $Id$ |
---|
4 | |
---|
5 | PortSystem 1.0 |
---|
6 | PortGroup perl5 1.0 |
---|
7 | |
---|
8 | perl5.setup SQL-Statement 1.31 |
---|
9 | maintainers di.uminho.pt:jpo openmaintainer |
---|
10 | license Artistic/GPL |
---|
11 | description SQL parsing and processing engine |
---|
12 | long_description The SQL::Statement module implements a pure Perl \ |
---|
13 | SQL parsing and execution engine. |
---|
14 | |
---|
15 | platforms darwin |
---|
16 | |
---|
17 | checksums sha1 4a73ce319c239f81bf2d8e5a973dda4c1a7e7c81 \ |
---|
18 | rmd160 fcf3d3a7f587b4ba7968b66528dc7f5996223739 |
---|
19 | |
---|
20 | depends_lib-append port:p5-clone \ |
---|
21 | port:p5-params-validate |
---|
22 | |
---|
23 | supported_archs noarch |
---|