diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-11 18:03:40 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-11 18:03:40 +0000 |
commit | 7edda98febad312802475dba6b50d7479a37397b (patch) | |
tree | d7408d44121869e025a5f787d2662ce6fee4d2b9 /security/p5-Crypt-Salt | |
parent | cd3cb6184d743f557750904f520cdc062e37b05e (diff) | |
download | ports-7edda98febad312802475dba6b50d7479a37397b.tar.gz ports-7edda98febad312802475dba6b50d7479a37397b.zip |
Notes
Diffstat (limited to 'security/p5-Crypt-Salt')
-rw-r--r-- | security/p5-Crypt-Salt/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/security/p5-Crypt-Salt/Makefile b/security/p5-Crypt-Salt/Makefile index b94cc30ceed2..588f1a2545ff 100644 --- a/security/p5-Crypt-Salt/Makefile +++ b/security/p5-Crypt-Salt/Makefile @@ -1,6 +1,4 @@ -# New ports collection Makefile for: p5-Crypt-Salt -# Date created: 20 Dec 2006 -# Whom: Gabor Kovesdan +# Created by: Gabor Kovesdan # $FreeBSD$ PORTNAME= Crypt-Salt @@ -12,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= ashish@FreeBSD.org COMMENT= Perl extension to generate a salt to be fed into crypt -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Crypt::Salt.3 |