freebsd-ports/databases/p5-DBICx-Deploy/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
633 B
Makefile

# Created by: Martin Wilke <miwi@FreeBSD.org>
# $FreeBSD$
PORTNAME= DBICx-Deploy
PORTVERSION= 0.02
PORTREVISION= 4
CATEGORIES= databases perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:JROCKWAY
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl 5 module to deploy a DBIx::Class schema
BUILD_DEPENDS= p5-DBIx-Class>=0.07003:databases/p5-DBIx-Class \
p5-SQL-Translator>=0:databases/p5-SQL-Translator \
p5-DBD-SQLite>=0:databases/p5-DBD-SQLite
RUN_DEPENDS= p5-DBIx-Class>=0.07003:databases/p5-DBIx-Class \
p5-SQL-Translator>=0:databases/p5-SQL-Translator
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>