freebsd-ports/databases/p5-DBIx-Admin-DSNManager/Makefile

29 lines
699 B
Makefile
Raw Normal View History

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= DBIx-Admin-DSNManager
PORTVERSION= 2.01
PORTREVISION= 1
CATEGORIES= databases perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Manage a file of DSNs, for both testing and production
LICENSE= ART20
BUILD_DEPENDS= p5-Config-Tiny>=2.12:devel/p5-Config-Tiny \
p5-DBI>=0:databases/p5-DBI \
p5-File-Slurp>=9999.13:devel/p5-File-Slurp \
p5-Moo>=1.004002:devel/p5-Moo
RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Test-Version>=1.002003:devel/p5-Test-Version \
p5-Try-Tiny>=0.06:lang/p5-Try-Tiny
2015-09-17 19:13:28 +02:00
NO_ARCH= yes
USE_PERL5= configure
2014-03-14 08:44:49 +01:00
USES= perl5 tar:tgz
.include <bsd.port.mk>