2013-09-20 21:59:12 +02:00
|
|
|
# Created by: Lars Thegler <lth@FreeBSD.org>
|
2004-12-30 22:57:35 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Net-IMAP-Simple-SSL
|
|
|
|
PORTVERSION= 1.3
|
2014-11-26 14:08:24 +01:00
|
|
|
PORTREVISION= 1
|
2004-12-30 22:57:35 +01:00
|
|
|
CATEGORIES= mail perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2004-12-30 22:57:35 +01:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2017-04-07 20:50:22 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2004-12-30 22:57:35 +01:00
|
|
|
COMMENT= SSL support for Net::IMAP::Simple
|
|
|
|
|
2017-09-15 10:58:46 +02:00
|
|
|
LICENSE= ART10 GPLv1+
|
2017-06-12 21:02:12 +02:00
|
|
|
LICENSE_COMB= dual
|
|
|
|
|
2018-10-06 15:06:42 +02:00
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
RUN_DEPENDS= p5-IO-Socket-SSL>=0:security/p5-IO-Socket-SSL \
|
2016-04-01 16:16:16 +02:00
|
|
|
p5-Net-IMAP-Simple>=0:mail/p5-Net-IMAP-Simple
|
2004-12-30 22:57:35 +01:00
|
|
|
|
2017-06-12 21:02:12 +02:00
|
|
|
NO_ARCH= yes
|
2013-08-07 15:20:32 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2004-12-30 22:57:35 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|