22 lines
461 B
Makefile
22 lines
461 B
Makefile
# 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
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|