freebsd-ports/security/pecl-pam/Makefile
Wen Heping c251ac69eb pecl-pam provides PAM (Pluggable Authentication Modules) integration.
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/
2009-12-01 06:28:02 +00:00

22 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>