ports/mail/p5-Email-Sender-Transport-SQLite/Makefile
Mark Linimon 0934a1e46a With bugmeister@ hat, return these ports to the pool.
(source: private email with maintainer)
2025-04-14 08:37:02 -05:00

24 lines
620 B
Makefile

PORTNAME= Email-Sender-Transport-SQLite
DISTVERSION= 1.500
CATEGORIES= mail perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Deliver mail to an SQLite db for testing
WWW= https://metacpan.org/release/Email-Sender-Transport-SQLite
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-DBD-SQLite>=0:databases/p5-DBD-SQLite \
p5-DBI>=0:databases/p5-DBI \
p5-Email-Sender>=0.091660:mail/p5-Email-Sender
TEST_DEPENDS= p5-Capture-Tiny>=0:devel/p5-Capture-Tiny
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>