diff options
author | Sergey Skvortsov <skv@FreeBSD.org> | 2008-08-12 14:11:40 +0000 |
---|---|---|
committer | Sergey Skvortsov <skv@FreeBSD.org> | 2008-08-12 14:11:40 +0000 |
commit | ee676a7808080961ff84632a9747b772211d63cd (patch) | |
tree | 9a85bc2311a5de4ddd22a0e8c482ab1bdc46268b /mail/p5-Net-ManageSieve/Makefile | |
parent | ede7f64b6368effb82b9f56116ab517aa755270f (diff) |
Notes
Diffstat (limited to 'mail/p5-Net-ManageSieve/Makefile')
-rw-r--r-- | mail/p5-Net-ManageSieve/Makefile | 23 |
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> |