freebsd-ports/databases/p5-DBIx-Class-IntrospectableM2M/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

21 lines
420 B
Makefile

# Created by: Martin Wilke <miwi@FreeBSD.org>
# $FreeBSD$
PORTNAME= DBIx-Class-IntrospectableM2M
PORTVERSION= 0.001002
CATEGORIES= databases perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Introspect many-to-many shortcuts
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
RUN_DEPENDS= p5-DBIx-Class>=0.06002:databases/p5-DBIx-Class
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>