summaryrefslogtreecommitdiff
path: root/mail/p5-Net-ManageSieve/Makefile
blob: 9ce9596a4f0bd795a02b1fefe5e8ceee05a5bda4 (plain)
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
# Created by: Sergey Skvortsov <skv@protey.ru>
# $FreeBSD$

PORTNAME=	Net-ManageSieve
PORTVERSION=	0.12
CATEGORIES=	mail perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	ManageSieve Protocol Client

LICENSE=	ART10 GPLv1
LICENSE_COMB=	dual

BUILD_DEPENDS=	p5-Authen-SASL>=0:${PORTSDIR}/security/p5-Authen-SASL
RUN_DEPENDS=	p5-Authen-SASL>=0:${PORTSDIR}/security/p5-Authen-SASL

USES=		perl5
USE_PERL5=	configure

MAN3=		Net::ManageSieve.3

NO_STAGE=	yes
.include <bsd.port.mk>