freebsd-ports/security/pecl-pam/Makefile
Jochen Neumeister fc373ceed2 - Update maintainer address
Reviewed by:	miwi (mentor)
Differential Revision:	https://reviews.freebsd.org/D10755
2017-05-16 13:37:51 +00:00

17 lines
274 B
Makefile

# Created by: wen@FreeBSD.org
# $FreeBSD$
PORTNAME= pam
PORTVERSION= 1.0.3
PORTREVISION= 1
CATEGORIES= security pear
MAINTAINER= joneum@FreeBSD.org
COMMENT= PECL classes for PAM integration
LICENSE= PHP202
USES= php:pecl
IGNORE_WITH_PHP= 70 71
.include <bsd.port.mk>