1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
freebsd-ports/databases/p5-DBIx-Connector/Makefile
Po-Chuan Hsieh b95f74fd44
databases/p5-DBIx-Connector: Add NO_ARCH
Approved by:	portmgr (blanket)
2021-06-25 21:41:08 +08:00

20 lines
416 B
Makefile

PORTNAME= DBIx-Connector
PORTVERSION= 0.56
CATEGORIES= databases perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Perl extension for fast, safe DBI connection management
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-DBI>=1.605:databases/p5-DBI
TEST_DEPENDS= p5-Test-MockModule>=0:devel/p5-Test-MockModule
USES= perl5
USE_PERL5= modbuild
NO_ARCH= yes
.include <bsd.port.mk>