fbfb846c74
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.
19 lines
383 B
Makefile
19 lines
383 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2012/04/06 09:23:09 sthen Exp $
|
|
|
|
COMMENT= introspect many-to-many shortcuts
|
|
|
|
DISTNAME= DBIx-Class-IntrospectableM2M-0.001001
|
|
CATEGORIES= databases devel
|
|
|
|
# Same as Perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MODULES= cpan
|
|
|
|
RUN_DEPENDS= databases/p5-DBIx-Class
|
|
|
|
.include <bsd.port.mk>
|