diff options
author | Hye-Shik Chang <perky@FreeBSD.org> | 2003-01-02 06:07:56 +0000 |
---|---|---|
committer | Hye-Shik Chang <perky@FreeBSD.org> | 2003-01-02 06:07:56 +0000 |
commit | f54221f7b8f473e48b983bcff48b1535f4869e39 (patch) | |
tree | 833bb44ddda097ebbffa66233a922a6c7879e379 /security/Makefile | |
parent | 66a703c5bbfe3e194a62080e8c83dddda09f4daa (diff) |
Add py-posix1e 0.2.1, Python module for manipulating POSIX.1e ACLs
Notes
Notes:
svn path=/head/; revision=72168
Diffstat (limited to 'security/Makefile')
-rw-r--r-- | security/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index 260711e207c1..fe89626ceef7 100644 --- a/security/Makefile +++ b/security/Makefile @@ -231,6 +231,7 @@ SUBDIR += py-mcrypt SUBDIR += py-mhash SUBDIR += py-openssl + SUBDIR += py-posix1e SUBDIR += py-pow SUBDIR += py-rijndael SUBDIR += py-twofish |