1999-11-26 21:32:25 +01:00
|
|
|
# New ports collection makefile for: p5-Authen-PAM
|
|
|
|
# Date created: Mon Oct 4 1999
|
|
|
|
# Whom: Matt Behrens <matt@zigg.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-04-23 14:25:12 +02:00
|
|
|
PORTNAME= Authen-PAM
|
2006-03-20 17:03:38 +01:00
|
|
|
PORTVERSION= 0.16
|
2006-03-22 14:30:39 +01:00
|
|
|
PORTREVISION= 1
|
1999-11-26 21:32:25 +01:00
|
|
|
CATEGORIES= security perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2000-04-23 14:25:12 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
1999-11-26 21:32:25 +01:00
|
|
|
|
2002-03-05 13:54:37 +01:00
|
|
|
MAINTAINER= des@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= A Perl interface to the PAM library
|
1999-11-26 21:32:25 +01:00
|
|
|
|
2001-03-01 07:39:18 +01:00
|
|
|
PERL_CONFIGURE= yes
|
2002-11-28 12:55:43 +01:00
|
|
|
CONFIGURE_ARGS= -DPAM_STRERROR_NEEDS_PAMH
|
1999-11-26 21:32:25 +01:00
|
|
|
|
2006-03-20 17:03:38 +01:00
|
|
|
MAN3= Authen::PAM.3 \
|
|
|
|
Authen::PAM::FAQ.3
|
1999-11-26 21:32:25 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|