6baffd8cb7
2: switch to USES=tar:tgz
20 lines
338 B
Makefile
20 lines
338 B
Makefile
# 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= ports@FreeBSD.org
|
|
COMMENT= PECL classes for PAM integration
|
|
|
|
LICENSE= PHP202
|
|
|
|
USES= tar:tgz
|
|
USE_PHP= yes
|
|
USE_PHPIZE= yes
|
|
USE_PHPEXT= yes
|
|
|
|
.include <bsd.port.mk>
|