aboutsummaryrefslogtreecommitdiffstats
path: root/databases/p5-DBIx-Class-IntrospectableM2M/Makefile
blob: 528c4aec3c7b144043351f15450728b0d8ae0ddd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Created by: Martin Wilke <miwi@FreeBSD.org>
# $FreeBSD$

PORTNAME=   DBIx-Class-IntrospectableM2M
PORTVERSION=    0.001001
PORTREVISION=   1
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

USES=       perl5
USE_PERL5=  configure

MAN3=   DBIx::Class::IntrospectableM2M.3

.include <bsd.port.mk>