diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-07 07:11:48 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-07 07:11:48 +0000 |
commit | 312fd92cc301fbf0529d852d31550be7b6e0c679 (patch) | |
tree | 949ad8ae14ec788c18c083eccf4718c6ceb49128 /sysutils/logwatch | |
parent | df895bd769fc39161924f2b89f3548f60e4ea616 (diff) |
- convert to the new perl5 framework
Submitted by: portmgr (bapt@, blanket)
Notes
Notes:
svn path=/head/; revision=326574
Diffstat (limited to 'sysutils/logwatch')
-rw-r--r-- | sysutils/logwatch/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/logwatch/Makefile b/sysutils/logwatch/Makefile index 72bbd48644f4..87c2f058fcdb 100644 --- a/sysutils/logwatch/Makefile +++ b/sysutils/logwatch/Makefile @@ -18,7 +18,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= p5-MIME-Base64>=0:${PORTSDIR}/converters/p5-MIME-Base64 -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run MAN8= logwatch.8 DOCS= HOWTO-Customize-LogWatch License README |