blob: dab90a14cd20073bbcd1fcf79e8508e0a768f37c (
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
|
# New ports collection makefile for: Net-ManageSieve
# Date created: 11 Aug 2008
# Whom: Sergey Skvortsov <skv@protey.ru>
#
# $FreeBSD$
#
PORTNAME= Net-ManageSieve
PORTVERSION= 0.10
CATEGORIES= mail perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= skv@FreeBSD.org
COMMENT= ManageSieve Protocol Client
RUN_DEPENDS= ${SITE_PERL}/Authen/SASL.pm:${PORTSDIR}/security/p5-Authen-SASL
PERL_CONFIGURE= YES
MAN3= Net::ManageSieve.3
.include <bsd.port.mk>
|