freebsd-ports/security/checkpassword-pam/Makefile
Kirill Ponomarev 6c7dd0e573 Add checkpassword-pam 0.98, implementation of checkpassword
authentication program.

PR:		57424
Submitted by:	Clement Laforet <sheepkiller@cultdeadsheep.org>
2003-10-01 10:26:23 +00:00

21 lines
474 B
Makefile

# New ports collection makefile for: checkpassword-pam
# Date created: 30 september 2003
# Whom: Clement Laforet <sheepkiller@cultdeadsheep.org>
#
# $FreeBSD$
#
PORTNAME= checkpassword-pam
PORTVERSION= 0.98
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= checkpasswd-pam
MAINTAINER= sem@ciam.ru
COMMENT= Implementation of checkpassword authentication program
GNU_CONFIGURE= yes
MAN8= checkpassword-pam.8
.include <bsd.port.mk>