diff options
Diffstat (limited to 'security/p5-Sudo/Makefile')
-rw-r--r-- | security/p5-Sudo/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/security/p5-Sudo/Makefile b/security/p5-Sudo/Makefile index 9fe0624b0931..dfaea19a58f2 100644 --- a/security/p5-Sudo/Makefile +++ b/security/p5-Sudo/Makefile @@ -6,19 +6,18 @@ # PORTNAME= Sudo -PORTVERSION= 0.31 +PORTVERSION= 0.32 CATEGORIES= security perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= ../../authors/id/L/LA/LANDMAN PKGNAMEPREFIX= p5- -MAINTAINER= gslin@gslin.org +MAINTAINER= perl@FreeBSD.org COMMENT= Perl extension for running a command line sudo RUN_DEPENDS= ${SITE_PERL}/Term/ReadPassword.pm:${PORTSDIR}/devel/p5-Term-ReadPassword \ ${SITE_PERL}/Class/Accessor.pm:${PORTSDIR}/devel/p5-Class-Accessor \ ${SITE_PERL}/IPC/Run.pm:${PORTSDIR}/devel/p5-IPC-Run -BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= yes |