opnsense-ports/databases/p5-Class-DBI-Plugin-AbstractCount/Makefile
Franco Fichtner 6b0fddc208 */*: sync with upstream
Taken from: HardenedBSD
2018-10-07 08:41:37 +02:00

22 lines
534 B
Makefile

# Created by: Lars Thegler <lth@FreeBSD.org>
# $FreeBSD$
PORTNAME= Class-DBI-Plugin-AbstractCount
PORTVERSION= 0.08
PORTREVISION= 1
CATEGORIES= databases perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Get COUNT(*) results with abstract SQL
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Class-DBI-Plugin>=0.02:databases/p5-Class-DBI-Plugin \
p5-Class-DBI>=0.95:databases/p5-Class-DBI \
p5-SQL-Abstract>=1.50:databases/p5-SQL-Abstract
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>