View | Details | Raw Unified | Return to bug 235732
Collapse All | Expand All

(-)p5-Unix-setuid/Makefile (+24 lines)
Line 0 Link Here
1
# Created by: Zane C. Bowers-Hadley <vvelox@vvelox.net>
2
# $FreeBSD$
3
4
PORTNAME=	Unix-setuid
5
PORTVERSION=	0.02
6
CATEGORIES=	security perl5
7
MASTER_SITES=	CPAN
8
PKGNAMEPREFIX=	p5-
9
10
MAINTAINER=	vvelox@vvelox.net
11
COMMENT=	Get/set real/effective UID/username via (localizeable) variable
12
13
LICENSE=	ART10 GPLv1+
14
LICENSE_COMB=	dual
15
LICENSE_FILE=	${WRKSRC}/LICENSE
16
17
USES=		perl5
18
USE_PERL5=	configure
19
20
NO_ARCH=	yes
21
22
.include <bsd.port.pre.mk>
23
24
.include <bsd.port.post.mk>
(-)p5-Unix-setuid/distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1550123935
2
SHA256 (Unix-setuid-0.02.tar.gz) = 5658f5b993e9f0f8d8788c41713000541b07838a6d3543b7800a93e96eb67a4e
3
SIZE (Unix-setuid-0.02.tar.gz) = 12738
(-)p5-Unix-setuid/pkg-descr (+5 lines)
Line 0 Link Here
1
This module is inspired by File::chdir and File::umask, using a tied
2
scalar variable to get/set stuffs. One benefit of this is being able to
3
use Perl's "local" with it, effectively setting something locally.
4
5
WWW: https://metacpan.org/release/Unix-setuid
(-)p5-Unix-setuid/pkg-plist (+2 lines)
Line 0 Link Here
1
%%SITE_PERL%%/Unix/setuid.pm
2
%%PERL5_MAN3%%/Unix::setuid.3.gz

Return to bug 235732