summaryrefslogtreecommitdiff
path: root/mail/p5-Net-ManageSieve/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'mail/p5-Net-ManageSieve/Makefile')
-rw-r--r--mail/p5-Net-ManageSieve/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/mail/p5-Net-ManageSieve/Makefile b/mail/p5-Net-ManageSieve/Makefile
new file mode 100644
index 000000000000..778acfc11387
--- /dev/null
+++ b/mail/p5-Net-ManageSieve/Makefile
@@ -0,0 +1,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.05
+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>