diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-11 17:56:03 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-11 17:56:03 +0000 |
commit | cd3cb6184d743f557750904f520cdc062e37b05e (patch) | |
tree | a0a6ea50f1979424b6292321aaea818b1b88aec4 /security/fcrackzip/Makefile | |
parent | 72d58e2d789049f95cdbbdadf5aade5b8c7e0906 (diff) | |
download | ports-cd3cb6184d743f557750904f520cdc062e37b05e.tar.gz ports-cd3cb6184d743f557750904f520cdc062e37b05e.zip |
Notes
Diffstat (limited to 'security/fcrackzip/Makefile')
-rw-r--r-- | security/fcrackzip/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/security/fcrackzip/Makefile b/security/fcrackzip/Makefile index 16281af6a5ae..051a4417bc1b 100644 --- a/security/fcrackzip/Makefile +++ b/security/fcrackzip/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: fcrackzip -# Date created: 16 Jul 2004 -# Whom: Stefan Walter <sw@gegenunendlich.de> -# +# Created by: Stefan Walter <sw@gegenunendlich.de> # $FreeBSD$ -# PORTNAME= fcrackzip PORTVERSION= 1.0 @@ -16,7 +12,8 @@ MAINTAINER= stefan@FreeBSD.org COMMENT= Portable, fast, and featureful ZIP password cracker GNU_CONFIGURE= yes -USE_PERL5_BUILD=yes +USES= perl5 +USE_PERL5= build PLIST_FILES= bin/fcrackzip bin/fcrackzipinfo .if !defined(NOPORTDOCS) |