diff options
author | clsung <clsung@FreeBSD.org> | 2007-07-24 15:04:40 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2007-07-24 15:04:40 +0800 |
commit | f209498c06d1ba92d6c1926fd772ee07fd606621 (patch) | |
tree | 8ccff9efd54e637a440e4a0bdd983df26d8997ae /security/p5-Sudo/Makefile | |
parent | cb6dd8bfac2e0fa8de11d3a4cde66208619d46a1 (diff) | |
download | freebsd-ports-gnome-f209498c06d1ba92d6c1926fd772ee07fd606621.tar.gz freebsd-ports-gnome-f209498c06d1ba92d6c1926fd772ee07fd606621.tar.zst freebsd-ports-gnome-f209498c06d1ba92d6c1926fd772ee07fd606621.zip |
- Update to 0.32
- return maintainership
PR: ports/114347
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
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 |