blob: 7ccf5c9408349b621b73de0b2554e8018f6856a9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
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
WWW= https://metacpan.org/release/Net-IMAP-Simple
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>
|