forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
17 lines
415 B
Makefile
17 lines
415 B
Makefile
# Created by: Clement Laforet <sheepkiller@cultdeadsheep.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= checkpassword-pam
|
|
PORTVERSION= 0.99
|
|
CATEGORIES= security
|
|
MASTER_SITES= SF/checkpasswd-pam/checkpasswd-pam/${PORTVERSION}
|
|
|
|
MAINTAINER= sem@FreeBSD.org
|
|
COMMENT= Implementation of checkpassword authentication program
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
PLIST_FILES= bin/checkpassword-pam \
|
|
man/man8/checkpassword-pam.8.gz
|
|
|
|
.include <bsd.port.mk>
|