aboutsummaryrefslogblamecommitdiff
path: root/security/pecl-pam/Makefile
blob: cb2a62ed910cd6a55ce6f6ee35ece3b9b01d3e9c (plain) (tree)
1
2
3
4
5
6
7
8
9
                             
           





                                        
 
                                

                                                


                       


                   
                          

                      
# Created by: wen@FreeBSD.org
# $FreeBSD$

PORTNAME=	pam
PORTVERSION=	1.0.3
CATEGORIES=	security pear
MASTER_SITES=	http://pecl.php.net/get/
PKGNAMEPREFIX=	pecl-

MAINTAINER=	miwi@FreeBSD.org
COMMENT=	PECL classes for PAM integration

LICENSE= 	PHP202

USES=		tar:tgz
USE_PHP=	yes
USE_PHPIZE=	yes
USE_PHPEXT=	yes
IGNORE_WITH_PHP=	70

.include <bsd.port.mk>