head	1.6;
access;
symbols
	RELEASE_8_3_0:1.4
	RELEASE_9_0_0:1.4
	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.2
	RELEASE_7_2_0:1.1;
locks; strict;
comment	@# @;


1.6
date	2012.11.17.06.02.47;	author svnexp;	state Exp;
branches;
next	1.5;

1.5
date	2012.06.10.18.42.30;	author swills;	state Exp;
branches;
next	1.4;

1.4
date	2011.09.17.07.06.40;	author sunpoet;	state Exp;
branches;
next	1.3;

1.3
date	2009.11.24.21.44.44;	author pav;	state Exp;
branches;
next	1.2;

1.2
date	2009.08.16.09.21.57;	author linimon;	state Exp;
branches;
next	1.1;

1.1
date	2009.03.29.14.15.35;	author lbr;	state Exp;
branches;
next	;


desc
@@


1.6
log
@Switch exporter over
@
text
@# New ports collection makefile for:	www/p5-Catalyst-Plugin-Email
# Date created:				29 Mar 2009
# Whom:					Lars Balker Rasmussen <lbr@@FreeBSD.org>
#
# $FreeBSD: head/www/p5-Catalyst-Plugin-Email/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	Catalyst-Plugin-Email
PORTVERSION=	0.08
PORTREVISION=	1
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@@FreeBSD.org
COMMENT=	Send emails with Catalyst

RUN_DEPENDS=	p5-Catalyst-Runtime>=5.7000:${PORTSDIR}/www/p5-Catalyst-Runtime \
		p5-Email-Send>=0:${PORTSDIR}/mail/p5-Email-Send \
		p5-Email-MIME>=0:${PORTSDIR}/mail/p5-Email-MIME
BUILD_DEPENDS:=	${RUN_DEPENDS}

PERL_CONFIGURE=	yes

MAN3=	Catalyst::Plugin::Email.3

.include <bsd.port.mk>
@


1.5
log
@- Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} or
  RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned
  about for a while.

PR:		ports/168208
Approved by:	portmgr (miwi)
@
text
@d5 1
a5 1
# $FreeBSD$
@


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

Suggested by:	az
With hat:	perl
@
text
@d21 1
a21 1
BUILD_DEPENDS=	${RUN_DEPENDS}
@


1.3
log
@- Remove mail/p5-Email-MIME-Creator, it has been folded into mail/p5-Email-MIME
- Remove mail/p5-Email-MIME-Modifier, it has been folded into mail/p5-Email-MIME
- Remove mail/p5-Email-Simple-Creator, it has been folded into mail/p5-Email-Simple
- Adjust dependencies

Reported by:	pointyhat
With hat:	portmgr
@
text
@d23 1
a23 1
PERL_CONFIGURE=	5.8.1+
@


1.2
log
@Reset lbr@@FreeBSD.org due to maintainer-timeouts and no response to email.

Hat:		portmgr
@
text
@d10 1
d20 1
a20 2
		p5-Email-MIME>=0:${PORTSDIR}/mail/p5-Email-MIME \
		p5-Email-MIME-Creator>=0:${PORTSDIR}/mail/p5-Email-MIME-Creator
@


1.1
log
@New port www/p5-Catalyst-Plugin-Email:

Send emails with Catalyst and Email::Send and Email::MIME::Creator.
@
text
@d14 1
a14 1
MAINTAINER=	lbr@@FreeBSD.org
@

