mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
24 lines
515 B
Makefile
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>
|