openbsd-ports/databases/p5-DBIx-Class-IntrospectableM2M/Makefile
sthen fbfb846c74 import p5-DBIx-Class-IntrospectableM2M from Andrew Fresh, ok landry@
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.
2012-04-06 09:23:09 +00:00

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>