diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-11 17:17:46 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-11 17:17:46 +0000 |
commit | ccbf063100dda497552c891ec2c6f2c3e2a7be28 (patch) | |
tree | 7b7cb14f7ebcc61a1cc4b02de0969d411923d421 /security/tripwire12/Makefile | |
parent | 251f4ca6f14914170f3b0d23731bb82c39775a4a (diff) |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket)
Notes
Notes:
svn path=/head/; revision=326996
Diffstat (limited to 'security/tripwire12/Makefile')
-rw-r--r-- | security/tripwire12/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/tripwire12/Makefile b/security/tripwire12/Makefile index e192fe409844..67d4c18b0313 100644 --- a/security/tripwire12/Makefile +++ b/security/tripwire12/Makefile @@ -15,7 +15,8 @@ MAN5= tw.config.5 MAN8= siggen.8 tripwire.8 NO_CDROM= cannot be redistributed for more than the cost of duplication NO_PACKAGE= requires local database to be built -USE_PERL5_BUILD=yes +USES= perl5 +USE_PERL5= build TWCONFIG?= ${FILESDIR}/tw.conf.freebsd8 |