diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-14 18:12:50 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-14 18:12:50 +0000 |
commit | 69b6f05b28433af07f2b5b45ceb33f35d51932ac (patch) | |
tree | dec24f1f633a2193cb632bb813e9722ef0d39448 /mail/sieve-connect | |
parent | 02913580192eb376248a8002f1f223a8a9335efd (diff) |
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket)
Notes
Notes:
svn path=/head/; revision=327311
Diffstat (limited to 'mail/sieve-connect')
-rw-r--r-- | mail/sieve-connect/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/sieve-connect/Makefile b/mail/sieve-connect/Makefile index 42e1e1bee08b..2ab90165b460 100644 --- a/mail/sieve-connect/Makefile +++ b/mail/sieve-connect/Makefile @@ -23,8 +23,8 @@ RUN_DEPENDS= p5-Authen-SASL>=0:${PORTSDIR}/security/p5-Authen-SASL \ p5-ReadLine-Gnu>=0:${PORTSDIR}/devel/p5-ReadLine-Gnu \ p5-Term-ReadKey>=0:${PORTSDIR}/devel/p5-Term-ReadKey +USES= perl5 USE_BZIP2= yes -USE_PERL5= yes PLIST_FILES= bin/sieve-connect MAN1= sieve-connect.1 |