diff options
| author | Andrej Zverev <az@FreeBSD.org> | 2013-09-16 07:47:02 +0000 |
|---|---|---|
| committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-16 07:47:02 +0000 |
| commit | 7ec4b3d1a268df1e30726e5ae185bfa7ec7af2dc (patch) | |
| tree | ed863c0ce8ca0afdea6de1e948f5d224ac4166e5 /sysutils/sec | |
| parent | - Update to 0.9.4 (bugfix release) (diff) | |
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket)
Notes
Notes:
svn path=/head/; revision=327370
Diffstat (limited to 'sysutils/sec')
| -rw-r--r-- | sysutils/sec/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/sec/Makefile b/sysutils/sec/Makefile index 024f0e157bce..1c1b438c14c9 100644 --- a/sysutils/sec/Makefile +++ b/sysutils/sec/Makefile @@ -10,9 +10,10 @@ COMMENT= Simple event (logs) correlator LICENSE= GPLv2 -USE_PERL5_RUN= yes USE_RC_SUBR= sec +USES= perl5 +USE_PERL5= run NO_BUILD= yes MAN8= sec.8 |
