opnsense-ports/databases/p5-DBIx-Class-ResultSet-HashRef/Makefile
2022-09-07 22:33:21 +02:00

20 lines
548 B
Makefile

PORTNAME= DBIx-Class-ResultSet-HashRef
PORTVERSION= 1.002
PORTREVISION= 1
CATEGORIES= databases perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Adds syntactic sugar to skip the fancy objects
WWW= https://metacpan.org/release/DBIx-Class-ResultSet-HashRef
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-DBIx-Class>=0.04001:databases/p5-DBIx-Class
TEST_DEPENDS= p5-DBD-SQLite>=0:databases/p5-DBD-SQLite \
p5-SQL-Translator>=0:databases/p5-SQL-Translator
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>