mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
4e1b79a0a6
With hat: portmgr Sponsored by: Absolight
24 lines
557 B
Makefile
24 lines
557 B
Makefile
# Created by: Mathieu Arnold <m@absolight.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Class-DBI-SAK
|
|
PORTVERSION= 1.4
|
|
PORTREVISION= 1
|
|
CATEGORIES= databases perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Class::DBI Swiss Army Knife (SAK)
|
|
|
|
BUILD_DEPENDS:= ${RUN_DEPENDS} \
|
|
p5-mixin>=0:devel/p5-mixin
|
|
RUN_DEPENDS= p5-Class-DBI>=0:databases/p5-Class-DBI \
|
|
p5-Class-DBI-AbstractSearch>=0:databases/p5-Class-DBI-AbstractSearch \
|
|
p5-Class-DBI-Pager>=0:databases/p5-Class-DBI-Pager
|
|
|
|
USES= perl5
|
|
USE_PERL5= modbuild
|
|
|
|
.include <bsd.port.mk>
|