head	1.11;
access;
symbols
	RELEASE_8_3_0:1.9
	RELEASE_9_0_0:1.6
	RELEASE_7_4_0:1.6
	RELEASE_8_2_0:1.6
	RELEASE_6_EOL:1.6
	RELEASE_8_1_0:1.6
	RELEASE_7_3_0:1.6
	RELEASE_8_0_0:1.6
	RELEASE_7_2_0:1.6
	RELEASE_7_1_0:1.6
	RELEASE_6_4_0:1.6
	RELEASE_5_EOL:1.6
	RELEASE_7_0_0:1.5
	RELEASE_6_3_0:1.5
	PRE_XORG_7:1.5
	RELEASE_4_EOL:1.5
	RELEASE_6_2_0:1.5
	RELEASE_6_1_0:1.5
	RELEASE_5_5_0:1.5
	RELEASE_6_0_0:1.3
	RELEASE_5_4_0:1.3
	RELEASE_4_11_0:1.3
	RELEASE_5_3_0:1.3;
locks; strict;
comment	@# @;


1.11
date	2012.11.17.06.02.51;	author svnexp;	state Exp;
branches;
next	1.10;

1.10
date	2012.06.05.03.10.22;	author az;	state Exp;
branches;
next	1.9;

1.9
date	2012.03.13.16.15.32;	author pgollucci;	state Exp;
branches;
next	1.8;

1.8
date	2012.03.08.18.45.34;	author pgollucci;	state Exp;
branches;
next	1.7;

1.7
date	2012.01.21.17.38.20;	author eadler;	state Exp;
branches;
next	1.6;

1.6
date	2008.04.17.14.30.09;	author araujo;	state Exp;
branches;
next	1.5;

1.5
date	2005.12.30.21.01.37;	author ehaupt;	state Exp;
branches;
next	1.4;

1.4
date	2005.11.25.22.29.23;	author pav;	state Exp;
branches;
next	1.3;

1.3
date	2004.08.10.01.24.49;	author kuriyama;	state Exp;
branches;
next	1.2;

1.2
date	2004.07.19.16.37.15;	author vanilla;	state Exp;
branches;
next	1.1;

1.1
date	2004.07.16.02.25.44;	author vanilla;	state Exp;
branches;
next	;


desc
@@


1.11
log
@Switch exporter over
@
text
@# New ports collection makefile for:	p5-LWP-Authen-Wsse
# Date created:				Wed Jun 23 15:15:30 CST 2004
# Whom:					Cheng-Lung Sung <clsung@@dragon2.net>
#
# $FreeBSD: head/www/p5-LWP-Authen-Wsse/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	LWP-Authen-Wsse
PORTVERSION=	0.05
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	Library for enabling X-WSSE authentication in LWP

BUILD_DEPENDS=	p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
		p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1
RUN_DEPENDS:=	${BUILD_DEPENDS}

PERL_CONFIGURE=	yes

MAN3=		LWP::Authen::Wsse.3

.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 500805
BUILD_DEPENDS+=	p5-MIME-Base64>=0:${PORTSDIR}/converters/p5-MIME-Base64
.endif

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


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


1.9
log
@- Revert ports/165605 as requested by portmgr@@

Note: devel/p5-B-Size and devel/p5-Devel-Arena
where intentionally not restored.

PR:             ports/165605
Approved by:    portmgr (bapt)
Feature safe:   yes (I sure hope so)
@
text
@d17 2
a18 2
BUILD_DEPENDS=	${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \
		${SITE_PERL}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1
d28 1
a28 1
BUILD_DEPENDS+=	${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64
@


1.8
log
@- Remove ports that only work with < perl 5.12 (devel/p5-B-Size, devel/p5-Devel-Arena)
- Remove conditionals for PERL_LEVEL < 501200
- Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk
- Other minor cleanups
  RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS}

PR:             ports/165605
Submitted by:   pgollucci (myself)
Approved by:    portmgr (linimon)
Exp Run by:     linimon
Tested by:      make index
@
text
@d25 7
a31 1
.include <bsd.port.mk>
@


1.7
log
@At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.

Explicit duplication > := > = and this just moves ports one step to the left

Approved by:	portmgr
@
text
@d25 1
a25 7
.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 500805
BUILD_DEPENDS+=	${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64
.endif

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


1.6
log
@- Take advantage of CPAN macro from bsd.sites.mk, change ${MASTER_SITE_PERL_CPAN} to CPAN.

PR:		ports/122674
Submitted by:	Philip M. Gollucci <pgollucci@@p6m7g8.com>
Reworked by:	araujo (myself)
Approved by:	portmgr (pav)
@
text
@d19 1
a19 1
RUN_DEPENDS=	${BUILD_DEPENDS}
@


1.5
log
@Update to 0.05
@
text
@d11 1
a11 2
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	LWP
@


1.4
log
@- Style: ports@@freebsd.org -> ports@@FreeBSD.org
@
text
@d9 1
a9 2
PORTVERSION=	0.04
PORTREVISION=	1
@


1.3
log
@- Make conditional dependency on p5-MIME-Base64.
- Cleanup pkg-plist.
@
text
@d16 1
a16 1
MAINTAINER=	ports@@freebsd.org
@


1.2
log
@- Update to 0.04

PR:		ports/69303
Submitted by:	maintainer
@
text
@d10 1
d20 1
a20 2
		${SITE_PERL}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1 \
		${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64
d27 7
a33 1
.include <bsd.port.mk>
@


1.1
log
@Add p5-LWP-Authen-Wsse 0.03, library for enabling X-WSSE authentication
in LWP.

PR:		ports/68224
Submitted by:	Cheng-Lung Sung <clsung@@dragon2.net>
@
text
@d9 1
a9 1
PORTVERSION=	0.03
@

