1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/databases/p5-DBIx-Class-IntrospectableM2M/Makefile
Martin Wilke fa91862119 Because the many-to-many relationships are not real relationships,
they can not be introspected with DBIx::Class. Many-to-many
relationships are actually just a collection of convenience methods
installed to bridge two relationships. This DBIx::Class component
can be used to store all relevant information about these
non-relationships so they can later be introspected and examined.

This module is fairly esoteric and, unless you are dynamically
creating something out of of a DBIC Schema, is probably the wrong
solution for whatever it is you are trying to do. Please be advised
that compatibility is not guaranteed for DBIx::Class 0.09000+. We
will try to mantain all compatibility, but internal changes might
make it impossible.

WWW: http://search.cpan.org/dist/DBIx-Class-IntrospectableM2M/
2008-11-29 19:10:35 +00:00

24 lines
515 B
Makefile

# New ports collection makefile for: p5-DBIx-Class-IntrospectableM2M
# Date created: 23 Oct 2008
# Whom: Martin Wilke <miwi@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= DBIx-Class-IntrospectableM2M
PORTVERSION= 0.001001
CATEGORIES= databases perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= miwi@FreeBSD.org
COMMENT= Introspect many-to-many shortcuts
RUN_DEPENDS= p5-DBIx-Class>=0.06002:${PORTSDIR}/databases/p5-DBIx-Class
PERL_CONFIGURE= yes
MAN3= DBIx::Class::IntrospectableM2M.3
.include <bsd.port.mk>