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


1.10
date	2012.11.17.06.02.50;	author svnexp;	state Exp;
branches;
next	1.9;

1.9
date	2012.04.03.01.38.50;	author swills;	state Exp;
branches;
next	1.8;

1.8
date	2012.01.21.17.38.10;	author eadler;	state Exp;
branches;
next	1.7;

1.7
date	2009.12.15.07.54.19;	author pgollucci;	state Exp;
branches;
next	1.6;

1.6
date	2009.08.28.17.37.18;	author linimon;	state Exp;
branches;
next	1.5;

1.5
date	2009.07.03.20.18.55;	author pgollucci;	state Exp;
branches;
next	1.4;

1.4
date	2008.06.06.14.07.06;	author edwin;	state Exp;
branches;
next	1.3;

1.3
date	2008.05.18.05.38.35;	author chinsan;	state Exp;
branches;
next	1.2;

1.2
date	2007.12.23.18.37.36;	author chinsan;	state Exp;
branches;
next	1.1;

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


desc
@@


1.10
log
@Switch exporter over
@
text
@# New ports collection makefile for:	p5-HTML-Seamstress
# Date created:				2007/02/14
# Whom:					chinsan
#
# $FreeBSD: head/www/p5-HTML-Seamstress/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	HTML-Seamstress
PORTVERSION=	5.0h
PORTREVISION=	1
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@@FreeBSD.org
COMMENT=	HTML::Tree subclass for HTML templating via tree rewriting

BUILD_DEPENDS=	p5-Class-Prototyped>=0:${PORTSDIR}/devel/p5-Class-Prototyped \
		p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp \
		p5-HTML-Element-Library>=0:${PORTSDIR}/www/p5-HTML-Element-Library \
		p5-HTML-Element-Replacer>=0:${PORTSDIR}/www/p5-HTML-Element-Replacer \
		p5-HTML-PrettyPrinter>=0:${PORTSDIR}/www/p5-HTML-PrettyPrinter \
		p5-HTML-Tree>=0:${PORTSDIR}/www/p5-HTML-Tree
RUN_DEPENDS:=	${BUILD_DEPENDS}

MAN1=		sbase.pl.1 \
		spkg.pl.1
MAN3=		HTML::Seamstress.3 \
		HTML::Seamstress::Doc::FAQ.3 \
		HTML::Seamstress::EDIT_Quickstart.tt_DO_NOT_EDIT_Quickstart.3 \
		HTML::Seamstress::Quickstart.3 \
		HTML::sbase.3 \
		HTML::spkg.3 \
		XML::Seamstress.3

PERL_CONFIGURE=	yes

.include <bsd.port.mk>
@


1.9
log
@- Add missing DEPENDS
- Bump PORTREVISION

Feature safe:	yes
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.8
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
@d10 1
d21 1
@


1.7
log
@- Update to 5.0h
@
text
@d22 1
a22 1
RUN_DEPENDS=	${BUILD_DEPENDS}
@


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

Hat:		portmgr
@
text
@d9 1
a9 1
PORTVERSION=	5.0c
d24 5
a28 2
MAN1=		sbase.pl.1 spkg.pl.1
MAN3=		HTML::Seamstress::EDIT_Quickstart.tt_DO_NOT_EDIT_Quickstart.3 \
a29 2
		HTML::Seamstress.3 \
		XML::Seamstress.3 \
d31 2
a32 1
		HTML::spkg.3
@


1.5
log
@- Update to 5.0c

PR:             ports/135815
Approved by:    maintainer timeout (chinsan; 16 days)
Submitted by:   myself (pgollucci@@)
@
text
@d14 1
a14 1
MAINTAINER=	chinsan@@FreeBSD.org
@


1.4
log
@Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@@
Approved by:    portmgr (pav)
@
text
@d9 1
a9 2
PORTVERSION=	5.0b
PORTREVISION=	1
@


1.3
log
@- Update to 5.0b.
@
text
@d10 1
@


1.2
log
@- Update to 4.28.
- Use CPAN macro.
@
text
@d9 1
a9 1
PORTVERSION=	4.28
@


1.1
log
@Add p5-HTML-Seamstress 4.26, HTML::Tree subclass for HTML templating via
tree rewriting.

PR:		ports/109307
Submitted by:	chinsan
@
text
@d9 1
a9 1
PORTVERSION=	4.26
d11 1
a11 2
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	HTML
@

