mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
e7124a3ddf
Approved by: portmgr (blanket)
30 lines
713 B
Makefile
30 lines
713 B
Makefile
# Created by: Espen Tagestad <espen@tagestad.no>
|
|
|
|
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= ${RUN_DEPENDS}
|
|
RUN_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
|
|
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
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|