1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00
freebsd-ports/mail/p5-Net-Server-Mail/Makefile
2021-04-06 16:31:07 +02:00

19 lines
384 B
Makefile

# Created by: Pav Lucistnik <pav@FreeBSD.org>
PORTNAME= Net-Server-Mail
PORTVERSION= 0.26
CATEGORIES= mail perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:GUIMARD
PKGNAMEPREFIX= p5-
MAINTAINER= vvelox@vvelox.net
COMMENT= Implementation of SMTP, ESMTP, and LMTP protocols
TEST_DEPENDS= p5-Test-Most>=0:devel/p5-Test-Most
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>