head	1.8;
access;
symbols
	RELEASE_8_3_0:1.6
	RELEASE_9_0_0:1.5
	RELEASE_7_4_0:1.5
	RELEASE_8_2_0:1.5
	RELEASE_6_EOL:1.5
	RELEASE_8_1_0:1.4
	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.2
	RELEASE_6_3_0:1.2
	PRE_XORG_7:1.2
	RELEASE_4_EOL:1.2
	RELEASE_6_2_0:1.2;
locks; strict;
comment	@# @;


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

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

1.6
date	2012.01.21.17.38.14;	author eadler;	state Exp;
branches;
next	1.5;

1.5
date	2010.07.27.14.04.48;	author sylvio;	state Exp;
branches;
next	1.4;

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

1.3
date	2008.04.17.14.30.06;	author araujo;	state Exp;
branches;
next	1.2;

1.2
date	2006.09.04.13.46.26;	author itetcu;	state Exp;
branches;
next	1.1;

1.1
date	2006.08.29.20.46.05;	author miwi;	state Exp;
branches;
next	;


desc
@@


1.8
log
@Switch exporter over
@
text
@# New ports collection makefile for:	p5-HTTP-Cookies-w3m
# Date created:		2006-08-27
# Whom:			Masahiro Teramoto <markun@@onohara.to>
#
# $FreeBSD: head/www/p5-HTTP-Cookies-w3m/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	HTTP-Cookies-w3m
PORTVERSION=	0.01
PORTREVISION=	1
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	markun@@onohara.to
COMMENT=	Cookie storage and management for w3m

BUILD_DEPENDS=	p5-Module-Install>=0:${PORTSDIR}/devel/p5-Module-Install
RUN_DEPENDS:=	${BUILD_DEPENDS}

MAN3=		HTTP::Cookies::w3m.3

PERL_CONFIGURE=	yes

.include <bsd.port.mk>
@


1.7
log
@- Remove SITE_PERL from *_DEPENDS

Approved by: portmgr@@ (bapt@@)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.6
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
@d18 1
a18 1
BUILD_DEPENDS=	${SITE_PERL}/Module/Install.pm:${PORTSDIR}/devel/p5-Module-Install
@


1.5
log
@- Fix incomplete dependencies

PR:		ports/148905
Submitted by:	Teramoto Masahiro <markun@@onohara.to> (maintainer)
@
text
@d19 1
a19 1
RUN_DEPENDS=	${BUILD_DEPENDS}
@


1.4
log
@- Mark BROKEN: incomplete dependencies

Reported by:	pointyhat
@
text
@d10 1
d19 1
a19 2

BROKEN=		incomplete dependencies
d25 1
a25 2
.include <bsd.port.pre.mk>
.include <bsd.port.post.mk>
@


1.3
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 2
@


1.2
log
@Change maintainer's email address

PR:		ports/102715
Submitted by:	Masahiro Teramoto (maintainer)
@
text
@d11 1
a11 2
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	HTTP
@


1.1
log
@p5-HTTP-Cookies-w3m is perl module to handle cookies of w3m.

Author: Kazuhiro Osawa <ko@@yappo.ne.jp>
WWW:   http://search.cpan.org/~yappo/HTTP-Cookies-w3m-0.01/

PR:		ports/102563
Submitted by:	Masahiro Teramoto <markun(at)onohara.to>
@
text
@d15 1
a15 1
MAINTAINER=	markun@@gate.onohara.to
@

