diff options
author | lioux <lioux@FreeBSD.org> | 2010-06-13 20:41:33 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2010-06-13 20:41:33 +0800 |
commit | 673993cdd17dce02c99c09b32bebc86f558c621e (patch) | |
tree | d8addeb1c45e78ff8eaaedd4b328673389cc57ec /security | |
parent | 7703e0ab2f144ad925d487170230c9df15d4fb23 (diff) | |
download | freebsd-ports-gnome-673993cdd17dce02c99c09b32bebc86f558c621e.tar.gz freebsd-ports-gnome-673993cdd17dce02c99c09b32bebc86f558c621e.tar.zst freebsd-ports-gnome-673993cdd17dce02c99c09b32bebc86f558c621e.zip |
Add LICENSE* information
Diffstat (limited to 'security')
-rw-r--r-- | security/pam_pgina/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/security/pam_pgina/Makefile b/security/pam_pgina/Makefile index 99e821828678..0973fc084c92 100644 --- a/security/pam_pgina/Makefile +++ b/security/pam_pgina/Makefile @@ -14,6 +14,9 @@ DISTNAME= pgina_pam-${PORTVERSION} MAINTAINER= lioux@FreeBSD.org COMMENT= Daemon for allowing a pGina plugin to authenticate against Unix PAM +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/GPL + USE_GMAKE= yes GNU_CONFIGURE= yes USE_OPENSSL= yes |