diff options
author | swills <swills@FreeBSD.org> | 2019-05-30 10:00:42 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2019-05-30 10:00:42 +0800 |
commit | 3d2bdce315c777889474fe0110497dd58a3509bf (patch) | |
tree | 38eae02d56becb2c646079201b670953168d661f /security/Makefile | |
parent | ce16e9cc10044145e241875a1f019f739eb97e6e (diff) | |
download | freebsd-ports-gnome-3d2bdce315c777889474fe0110497dd58a3509bf.tar.gz freebsd-ports-gnome-3d2bdce315c777889474fe0110497dd58a3509bf.tar.zst freebsd-ports-gnome-3d2bdce315c777889474fe0110497dd58a3509bf.zip |
security/p5-Unix-setuid: create port
This module is inspired by File::chdir and File::umask, using a tied
scalar variable to get/set stuffs. One benefit of this is being able to
use Perl's "local" with it, effectively setting something locally.
WWW: https://metacpan.org/release/Unix-setuid
PR: 235732
Submitted by: Zane C. Bowers-Hadley <vvelox@vvelox.net>
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 d681976773f6..87585965c2d0 100644 --- a/security/Makefile +++ b/security/Makefile @@ -710,6 +710,7 @@ SUBDIR += p5-Tie-EncryptedHash SUBDIR += p5-Tree-Authz SUBDIR += p5-Unix-Passwd-File + SUBDIR += p5-Unix-setuid SUBDIR += p5-Yahoo-BBAuth SUBDIR += p5-dicewaregen SUBDIR += p5-openxpki |