blob: 158e351277b0add758a029c22857e02d9df4ea23 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Created by: 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
NO_STAGE= yes
.include <bsd.port.mk>
|