Update security/nmap to version 6.47
[dports.git] / security / pecl-pam / Makefile
1 # Created by: wen@FreeBSD.org
2 # $FreeBSD$
3
4 PORTNAME=       pam
5 PORTVERSION=    1.0.3
6 CATEGORIES=     security pear
7 MASTER_SITES=   http://pecl.php.net/get/
8 PKGNAMEPREFIX=  pecl-
9 EXTRACT_SUFX=   .tgz
10
11 MAINTAINER=     miwi@FreeBSD.org
12 COMMENT=        PECL classes for PAM integration
13
14 USE_PHP=        yes
15 USE_PHPIZE=     yes
16 USE_PHPEXT=     yes
17
18 .include <bsd.port.mk>