mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
c251ac69eb
PAM is a system of libraries that handle the authentication tasks of applications and services. The library provides a stable API for applications to defer to for authentication tasks. WWW: http://pecl.php.net/package/PAM/
23 lines
403 B
Makefile
23 lines
403 B
Makefile
# Ports collection makefile for: pecl-pam
|
|
# Date created: 1st Dec, 2009
|
|
# Whom: wen@FreeBSD.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= pam
|
|
PORTVERSION= 1.0.3
|
|
CATEGORIES= security pear
|
|
MASTER_SITES= http://pecl.php.net/get/
|
|
PKGNAMEPREFIX= pecl-
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= miwi@FreeBSD.org
|
|
COMMENT= PECL classes for PAM integration
|
|
|
|
USE_PHP= yes
|
|
USE_PHPIZE= yes
|
|
USE_PHPEXT= yes
|
|
|
|
.include <bsd.port.mk>
|