1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

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>
This commit is contained in:
Steve Wills 2019-05-30 02:00:42 +00:00
parent 0572da6653
commit c5f606d3c3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=503028
5 changed files with 32 additions and 0 deletions

View File

@ -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

View File

@ -0,0 +1,21 @@
# $FreeBSD$
PORTNAME= Unix-setuid
PORTVERSION= 0.02
CATEGORIES= security perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= vvelox@vvelox.net
COMMENT= Get/set real/effective UID/username via (localizeable) variable
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1550123935
SHA256 (Unix-setuid-0.02.tar.gz) = 5658f5b993e9f0f8d8788c41713000541b07838a6d3543b7800a93e96eb67a4e
SIZE (Unix-setuid-0.02.tar.gz) = 12738

View File

@ -0,0 +1,5 @@
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

View File

@ -0,0 +1,2 @@
%%SITE_PERL%%/Unix/setuid.pm
%%PERL5_MAN3%%/Unix::setuid.3.gz