pkgsrc/security/p5-Authen-Htpasswd/Makefile
sno b7693d1e87 Importing security/p5-Authen-Htpasswd version 0.16.1 as dependency of
scheduled import of www/p5-Catalyst-Authentication-Store-Htpasswd,
which is recommended by the update of editors/p5-Padre-Plugin-Catalyst.

This module provides a convenient, object-oriented interface to Apache-style
.htpasswd files.  It supports passwords encrypted via MD5, SHA1, and crypt,
as well as plain (cleartext) passwords.  Additional fields after username
and password, if present, are accessible via the extra_info array.
2010-01-27 10:31:17 +00:00

25 lines
822 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2010/01/27 10:31:17 sno Exp $
#
DISTNAME= Authen-Htpasswd-0.161
PKGNAME= p5-${DISTNAME:S/161/16.1/}
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Authen/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Authen-Htpasswd/
COMMENT= Interface to read and modify Apache .htpasswd files
LICENSE= ${PERL5_LICENSE}
PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Authen/Htpasswd/.packlist
DEPENDS+= p5-Class-Accessor-[0-9]*:../../devel/p5-Class-Accessor
DEPENDS+= p5-Crypt-PasswdMD5-[0-9]*:../../security/p5-Crypt-PasswdMD5
DEPENDS+= p5-Digest-SHA1-[0-9]*:../../security/p5-Digest-SHA1
DEPENDS+= p5-IO-LockedFile-[0-9]*:../../devel/p5-IO-LockedFile
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"