mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
26 lines
598 B
Makefile
26 lines
598 B
Makefile
# Created by: Lars Balker Rasmussen <lbr@FreeBSD.org
|
|
|
|
PORTNAME= Class-DBI-Sweet
|
|
PORTVERSION= 0.11
|
|
PORTREVISION= 1
|
|
CATEGORIES= databases perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Extra sweet features for Class::DBI
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= p5-Class-DBI>=3.0.12:databases/p5-Class-DBI \
|
|
p5-DBI>=0:databases/p5-DBI \
|
|
p5-Data-Page>=0:databases/p5-Data-Page \
|
|
p5-SQL-Abstract>=1.55:databases/p5-SQL-Abstract
|
|
|
|
USES= perl5
|
|
USE_PERL5= modbuild
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e '/DBD::SQLite/d' ${WRKSRC}/Build.PL
|
|
|
|
.include <bsd.port.mk>
|