blob: 229c82ec05252515b973bfeb1e3ff7d7f8581a07 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
PORTNAME= Authen-PAM
PORTVERSION= 0.16
PORTREVISION= 2
CATEGORIES= security perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= des@FreeBSD.org
COMMENT= Perl interface to the PAM library
WWW= http://www.cs.kuleuven.ac.be/~pelov/pam/
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
USES= perl5
USE_PERL5= configure
CONFIGURE_ARGS= -DPAM_STRERROR_NEEDS_PAMH
.include <bsd.port.mk>
|