freebsd-ports/security/p5-Unix-setuid/Makefile
Steve Wills c5f606d3c3 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>
2019-05-30 02:00:42 +00:00

22 lines
369 B
Makefile

# $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>