freebsd-ports/databases/p5-DBIx-Class-Loader/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

24 lines
637 B
Makefile

# Created by: Lars Balker Rasmussen <lbr@FreeBSD.org>
# $FreeBSD$
PORTNAME= DBIx-Class-Loader
PORTVERSION= 0.21
PORTREVISION= 2
CATEGORIES= databases perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Dynamic definition of DBIx::Class sub classes
BUILD_DEPENDS= p5-DBI>=1.3:databases/p5-DBI \
p5-DBIx-Class>=0.04001:databases/p5-DBIx-Class \
p5-Lingua-EN-Inflect>=0:textproc/p5-Lingua-EN-Inflect \
p5-UNIVERSAL-require>=0.10:devel/p5-UNIVERSAL-require
RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-DBD-SQLite>=0:databases/p5-DBD-SQLite
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>