2005-12-21 17:31:51 +01:00
|
|
|
# New ports collection Makefile for: p5-Crypt-Salt
|
|
|
|
# Date created: 20 Dec 2006
|
|
|
|
# Whom: Gabor Kovesdan
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Crypt-Salt
|
|
|
|
PORTVERSION= 0.01
|
|
|
|
CATEGORIES= security perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2005-12-21 17:31:51 +01:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2010-06-14 14:56:44 +02:00
|
|
|
MAINTAINER= ashish@FreeBSD.org
|
2005-12-21 17:31:51 +01:00
|
|
|
COMMENT= Perl extension to generate a salt to be fed into crypt
|
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= Crypt::Salt.3
|
|
|
|
|
2007-03-31 22:17:52 +02:00
|
|
|
.include <bsd.port.mk>
|