pkgsrc/security/p5-Authen-PAM/Makefile
rillig 56157bd198 Imported p5-Authen-PAM.
This module provides a Perl interface to the PAM library.
2007-03-15 12:18:29 +00:00

19 lines
496 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2007/03/15 12:18:29 rillig Exp $
#
DISTNAME= Authen-PAM-0.16
PKGNAME= p5-${DISTNAME}
CATEGORIES= security
MASTER_SITES= http://search.cpan.org/CPAN/authors/id/N/NI/NIKIP/
MAINTAINER= rillig@NetBSD.org
HOMEPAGE= http://nik.pelov.name/Authen-PAM/
COMMENT= Authentication via PAM
GNU_CONFIGURE= yes
PERL5_PACKLIST= auto/Authen/PAM/.packlist
USE_LANGUAGES= c
.include "../../mk/pam.buildlink3.mk"
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"