freebsd-ports/security/checkpassword-pam/Makefile
Dmitry Marakasov 03fc24b6be - Add LICENSE
2016-09-11 17:54:21 +00:00

20 lines
466 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= ports@FreeBSD.org
COMMENT= Implementation of checkpassword authentication program
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
GNU_CONFIGURE= yes
PLIST_FILES= bin/checkpassword-pam \
man/man8/checkpassword-pam.8.gz
.include <bsd.port.mk>