1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-28 10:08:24 +00:00
freebsd-ports/mail/p5-Net-IMAP-Simple/Makefile
2021-04-06 16:31:07 +02:00

27 lines
566 B
Makefile

# Created by: Lars Thegler <lth@FreeBSD.org>
PORTNAME= Net-IMAP-Simple
PORTVERSION= 1.2212
CATEGORIES= mail perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl extension for simple IMAP account handling
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-IO-Socket-SSL>0:security/p5-IO-Socket-SSL \
p5-Net-SSLeay>=0:security/p5-Net-SSLeay \
p5-Parse-RecDescent>=0:devel/p5-Parse-RecDescent
PORTSCOUT= skipv:1.20271
NO_ARCH= yes
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>