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

28 lines
713 B
Makefile

# Created by: Espen Tagestad <espen@tagestad.no>
# $FreeBSD$
PORTNAME= DBIx-Class-Schema-Config
PORTVERSION= 0.001008
PORTREVISION= 1
CATEGORIES= databases perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= espen@tagestad.no
COMMENT= Credential Management for DBIx::Class
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-Config-Any>=0.23:devel/p5-Config-Any \
p5-DBIx-Class>=0.08100:databases/p5-DBIx-Class \
p5-File-HomeDir>0:devel/p5-File-HomeDir
RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Config-Any>=0.23:devel/p5-Config-Any \
p5-DBD-SQLite>0:databases/p5-DBD-SQLite \
p5-Test-MockObject>=1.09:devel/p5-Test-MockObject
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>