freebsd-ports/security/checkpassword-pam/Makefile

22 lines
500 B
Makefile
Raw Normal View History

# New ports collection makefile for: checkpassword-pam
# Date created: 30 september 2003
# Whom: Clement Laforet <sheepkiller@cultdeadsheep.org>
#
# $FreeBSD$
#
PORTNAME= checkpassword-pam
2004-11-14 15:08:58 +01:00
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
MAN8= checkpassword-pam.8
PLIST_FILES= bin/checkpassword-pam
.include <bsd.port.mk>