Ticket #2965: Portfile

File Portfile, 716 bytes (added by mat@…, 19 years ago)

Portfile

Line 
1# $Id$
2
3PortSystem                      1.0
4PortGroup                       perl5 1.0
5perl5.setup                     Class-DBI 0.96
6maintainers                     mat@FreeBSD.org
7description                     Simple Database Abstraction
8long_description \
9        Class::DBI provides a convenient abstraction layer to a database. \
10        It not only provides a simple database to object mapping layer, but can \
11        be used to implement several higher order database functions (triggers, \
12        referential integrity, cascading delete etc.), at the application \
13        level, rather than at the database.
14
15platforms                       darwin
16
17checksums md5 5026f142435b589c31aae1a97b2f1344
18
19depends_lib-append      lib:XXX:p5-class-accessor lib:XXX:p5-class-data-inheritable \
20        lib:XXX:p5-class-trigger lib:XXX:p5-ima-dbi lib:XXX:p5-universal-moniker