head	1.7;
access;
symbols
	RELEASE_8_3_0:1.6
	RELEASE_9_0_0:1.5
	RELEASE_7_4_0:1.4
	RELEASE_8_2_0:1.4
	RELEASE_6_EOL:1.4
	RELEASE_8_1_0:1.4
	RELEASE_7_3_0:1.4
	RELEASE_8_0_0:1.4
	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;
locks; strict;
comment	@# @;


1.7
date	2012.11.17.06.02.52;	author svnexp;	state Exp;
branches;
next	1.6;

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

1.5
date	2011.09.08.13.20.14;	author az;	state Exp;
branches;
next	1.4;

1.4
date	2009.08.28.17.37.22;	author linimon;	state Exp;
branches;
next	1.3;

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

1.2
date	2006.12.30.19.20.55;	author rafan;	state Exp;
branches;
next	1.1;

1.1
date	2006.12.23.11.08.27;	author rafan;	state Exp;
branches;
next	;


desc
@@


1.7
log
@Switch exporter over
@
text
@# New ports collection makefile for:    p5-Newsletter
# Date created:		2006/12/22
# Whom:	      		chinsan
#
# $FreeBSD: head/www/p5-Newsletter/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	Newsletter
PORTVERSION=	0.03.3
CATEGORIES=	www textproc perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	CPAN:KALELE
PKGNAMEPREFIX=	p5-
DISTNAME=	${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E}

MAINTAINER=	perl@@FreeBSD.org
COMMENT=	A Simple website based Newsletter interface

BUILD_DEPENDS=	p5-MIME-Explode>0:${PORTSDIR}/mail/p5-MIME-Explode \
		p5-MIME-Lite>0:${PORTSDIR}/mail/p5-MIME-Lite \
		p5-File-Type>0:${PORTSDIR}/devel/p5-File-Type
RUN_DEPENDS:=	${BUILD_DEPENDS}

PERL_CONFIGURE=	yes

MAN3=	Newsletter::Html.3 Newsletter::Html::Templ.3 Newsletter::Html::CSS.3 \
	Newsletter::Html::Upload.3 Newsletter.3

.include <bsd.port.mk>
@


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
@d5 1
a5 1
# $FreeBSD$
@


1.5
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.

With perl@@ hat
@
text
@d22 1
a22 1
RUN_DEPENDS=	${BUILD_DEPENDS}
@


1.4
log
@Reset chinsan@@FreeBSD.org due to numerous maintainer-timeouts and no
response to email.

Hat:		portmgr
@
text
@d12 1
a12 1
MASTER_SITE_SUBDIR=	 ../by-authors/id/K/KA/KALELE
@


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
@d16 1
a16 1
MAINTAINER=	chinsan@@FreeBSD.org
@


1.2
log
@- Update to 0.03.3

PR:		ports/107317
Submitted by:	chinsan (maintainer)
@
text
@d11 1
a11 1
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
@


1.1
log
@Add p5-Newsletter 0.03, a Simple website based Newsletter interface.

PR:		ports/107033
Submitted by:	chinsan
@
text
@d9 1
a9 1
PORTVERSION=	0.03
d14 1
d19 3
a21 1
BUILD_DEPENDS=	p5-MIME-Explode>0:${PORTSDIR}/mail/p5-MIME-Explode
@

