diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-04 09:48:54 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-04 09:48:54 +0000 |
commit | 4c7f7c366c05f95c8de1a04a28a10edb2520a8d3 (patch) | |
tree | 953022d190d94b7533bdc20a56ca5c5bc39761c5 /mail/cyrus2dovecot | |
parent | 890a5c28b9179800069ccab16b7696ec0b0687f5 (diff) |
- convert to the new perl5 framework
Approved by: portmgr (bapt@, blanket)
Notes
Notes:
svn path=/head/; revision=326265
Diffstat (limited to 'mail/cyrus2dovecot')
-rw-r--r-- | mail/cyrus2dovecot/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/cyrus2dovecot/Makefile b/mail/cyrus2dovecot/Makefile index 3163d436042e..895b79dddf4d 100644 --- a/mail/cyrus2dovecot/Makefile +++ b/mail/cyrus2dovecot/Makefile @@ -14,7 +14,7 @@ COMMENT= Convert Cyrus folders to Dovecot PLIST_FILES= bin/${PORTNAME} MAN1= ${PORTNAME}.1 -USE_PERL5= yes +USES= perl5 NO_WRKSUBDIR= yes post-extract: |