Index: head/security/checkpassword-pam/Makefile =================================================================== --- head/security/checkpassword-pam/Makefile (revision 421852) +++ head/security/checkpassword-pam/Makefile (revision 421853) @@ -1,17 +1,20 @@ # Created by: Clement Laforet # $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