freebsd-ports/security/pecl-pam/Makefile
Vanilla I. Shu 6baffd8cb7 1: add LICENSE.
2: switch to USES=tar:tgz
2015-02-24 09:27:32 +00:00

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>