freebsd-ports/security/p5-Authen-DecHpwd/Makefile
Henrik Brix Andersen 5b499869df This perl module implements the LGI$HPWD password hashing function
from VMS, and some associated VMS username and password handling
functions.

WWW: http://search.cpan.org/dist/Authen-DecHpwd/

Approved by:	erwin (mentor)
2008-06-01 20:57:22 +00:00

21 lines
387 B
Makefile

# New ports collection makefile for: Authen-DecHpwd
# Date created: 01 Jun 2008
# Whom: brix@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= Authen-DecHpwd
PORTVERSION= 2.002
CATEGORIES= security perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= brix@FreeBSD.org
COMMENT= Perl module for DEC VMS password hashing
PERL_MODBUILD= yes
MAN3= Authen::DecHpwd.3
.include <bsd.port.mk>