head	1.8;
access;
symbols
	RELEASE_8_3_0:1.6
	RELEASE_9_0_0:1.5
	RELEASE_7_4_0:1.3
	RELEASE_8_2_0:1.3
	RELEASE_6_EOL:1.3
	RELEASE_8_1_0:1.3
	RELEASE_7_3_0:1.3
	RELEASE_8_0_0:1.3
	RELEASE_7_2_0:1.3
	RELEASE_7_1_0:1.3
	RELEASE_6_4_0:1.3
	RELEASE_5_EOL:1.3
	RELEASE_7_0_0:1.3
	RELEASE_6_3_0:1.3;
locks; strict;
comment	@# @;


1.8
date	2012.11.17.06.01.14;	author svnexp;	state Exp;
branches;
next	1.7;

1.7
date	2012.06.06.17.22.52;	author az;	state Exp;
branches;
next	1.6;

1.6
date	2012.01.07.20.11.26;	author swills;	state Exp;
branches;
next	1.5;

1.5
date	2011.09.17.07.06.34;	author sunpoet;	state Exp;
branches;
next	1.4;

1.4
date	2011.06.20.09.03.18;	author az;	state Exp;
branches;
next	1.3;

1.3
date	2007.09.08.01.03.58;	author linimon;	state Exp;
branches;
next	1.2;

1.2
date	2007.07.24.07.04.40;	author clsung;	state Exp;
branches;
next	1.1;

1.1
date	2007.07.02.01.00.27;	author clsung;	state Exp;
branches;
next	;


desc
@@


1.8
log
@Switch exporter over
@
text
@# New ports collection makefile for:	p5-Sudo
# Date created:		2007-05-27
# Whom:			Gea-Suan Lin <gslin@@gslin.org>
#
# $FreeBSD: head/security/p5-Sudo/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	Sudo
PORTVERSION=	0.32
CATEGORIES=	security perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	CPAN:LANDMAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@@FreeBSD.org
COMMENT=	Perl extension for running a command line sudo

BUILD_DEPENDS=	p5-Term-ReadPassword>=0:${PORTSDIR}/devel/p5-Term-ReadPassword \
		p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \
		p5-IPC-Run>=0:${PORTSDIR}/devel/p5-IPC-Run
RUN_DEPENDS:=	${BUILD_DEPENDS}

PERL_CONFIGURE=	yes

MAN3=		Sudo.3

.include <bsd.port.mk>
@


1.7
log
@- Remove SITE_PERL from *_DEPENDS
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.6
log
@- Add BUILD_DEPENDS to silence build warnings
@
text
@d18 3
a20 3
BUILD_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
@


1.5
log
@- Change PERL_CONFIGURE to "yes" for all values between 5.8.1+ and 5.8.9+

Suggested by:	az
With hat:	perl
@
text
@d18 1
a18 1
RUN_DEPENDS=	${SITE_PERL}/Term/ReadPassword.pm:${PORTSDIR}/devel/p5-Term-ReadPassword \
d21 1
@


1.4
log
@- Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.
  See http://wiki.freebsd.org/Perl for details.
- Change maintainership from ports@@ to perl@@ for ports in this changeset.
- Remove MD5 checksum
@
text
@d22 1
a22 1
PERL_CONFIGURE=	5.8.1+
@


1.3
log
@Welcome bsd.perl.mk.  Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.

Work done by:	gabor
Sponsored by:	Google Summer of Code 2007
Hat:		portmgr
@
text
@d12 1
a12 1
MASTER_SITE_SUBDIR=	../../authors/id/L/LA/LANDMAN
@


1.2
log
@- Update to 0.32
- return maintainership

PR:		ports/114347
Submitted by:	Gea-Suan Lin <gslin_AT_gslin dot org>
@
text
@d22 1
a22 1
PERL_CONFIGURE=	yes
d26 1
a26 7
.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 500801
IGNORE=		requires Perl >= 5.8.1. Install lang/perl5.8 and try again
.endif

.include <bsd.port.post.mk>
@


1.1
log
@Add p5-Sudo 0.31, perl extension for running a command line sudo.

PR:		ports/113056
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
@
text
@d9 1
a9 1
PORTVERSION=	0.31
d15 1
a15 1
MAINTAINER=	gslin@@gslin.org
a20 1
BUILD_DEPENDS=	${RUN_DEPENDS}
@

