mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
4e1b79a0a6
With hat: portmgr Sponsored by: Absolight
30 lines
905 B
Makefile
30 lines
905 B
Makefile
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= DBIx-Admin-TableInfo
|
|
PORTVERSION= 3.01
|
|
CATEGORIES= databases perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Wrapper for all of table_info(), column_info(), *_key_info()
|
|
|
|
LICENSE= ART20
|
|
|
|
BUILD_DEPENDS= p5-DBI>=0:databases/p5-DBI \
|
|
p5-DBIx-Admin-CreateTable>=2.10:databases/p5-DBIx-Admin-CreateTable \
|
|
p5-DBIx-Admin-DSNManager>=2.01:databases/p5-DBIx-Admin-DSNManager \
|
|
p5-Data-Dumper-Concise>=2.022:devel/p5-Data-Dumper-Concise \
|
|
p5-Lingua-EN-PluralToSingular>=0.14:textproc/p5-Lingua-EN-PluralToSingular \
|
|
p5-Moo>=1.004002:devel/p5-Moo \
|
|
p5-Text-TabularDisplay>=1.38:textproc/p5-Text-TabularDisplay
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
TEST_DEPENDS= p5-Test-Version>=1.002003:devel/p5-Test-Version
|
|
|
|
NO_ARCH= yes
|
|
USE_PERL5= configure
|
|
USES= perl5 tar:tgz
|
|
|
|
.include <bsd.port.mk>
|