head	1.9;
access;
symbols
	RELEASE_8_3_0:1.8
	RELEASE_9_0_0:1.8
	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.7
	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.4
	RELEASE_5_4_0:1.3
	RELEASE_4_11_0:1.1
	RELEASE_5_3_0:1.1;
locks; strict;
comment	@# @;


1.9
date	2012.11.17.06.02.51;	author svnexp;	state Exp;
branches;
next	1.8;

1.8
date	2011.09.08.13.20.14;	author az;	state Exp;
branches;
next	1.7;

1.7
date	2009.06.13.20.56.59;	author linimon;	state Exp;
branches;
next	1.6;

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

1.5
date	2005.08.31.02.03.25;	author leeym;	state Exp;
branches;
next	1.4;

1.4
date	2005.04.10.22.00.48;	author kris;	state Exp;
branches;
next	1.3;

1.3
date	2005.03.10.08.58.40;	author leeym;	state Exp;
branches;
next	1.2;

1.2
date	2005.02.28.04.01.10;	author kris;	state Exp;
branches;
next	1.1;

1.1
date	2004.08.26.19.33.26;	author scrappy;	state Exp;
branches;
next	;


desc
@@


1.9
log
@Switch exporter over
@
text
@# New ports collection makefile for:	p5-Maypole-Component
# Date created:				Aug 26 2004
# Whom:					Marc G. Fournier
#
# $FreeBSD: head/www/p5-Maypole-Component/Makefile 300897 2012-07-14 14:29:18Z beat $

PORTNAME=	Maypole-Component
PORTVERSION=	0.03
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	CPAN:SIMON
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@@FreeBSD.org
COMMENT=	Run Maypole sub-requests as components

PERL_CONFIGURE=	yes

MAN3=		Maypole::Component.3

post-patch:
	@@${PERL} -pi -e 's/use 5.006/use 5.005/' ${WRKSRC}/Makefile.PL
	@@${PERL} -pi -e 's/^our (\S+)/use vars qw($$1); $$1/' ${WRKSRC}/Component.pm

.include <bsd.port.mk>
@


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


1.7
log
@scrappy's bit has been taken for safekeeping, so return these ports to
the pool.

Hat:		portmgr
@
text
@d11 1
a11 1
MASTER_SITE_SUBDIR=	../by-authors/id/S/SI/SIMON/
d14 1
a14 1
MAINTAINER=	ports@@FreeBSD.org
@


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
@d14 1
a14 1
MAINTAINER=	scrappy@@FreeBSD.org
@


1.5
log
@- fix $VERSION and unbreak

PR:		84185
Submitted by:	leeym
Approved by:	maintainer timeout
@
text
@d10 1
a10 1
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
@


1.4
log
@BROKEN on 4.x: Does not build
@
text
@d21 3
a23 1
.include <bsd.port.pre.mk>
d25 1
a25 5
.if ${OSVERSION} < 500000
BROKEN=		"Does not build on FreeBSD 4.x"
.endif

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


1.3
log
@- fix plist and unbreak this port
@
text
@d21 7
a27 1
.include <bsd.port.mk>
@


1.2
log
@BROKEN: Incomplete pkg-plist
@
text
@a16 2
BROKEN=		Incomplete pkg-plist

@


1.1
log
@Run Maypole sub-requests as components
@
text
@d17 2
@

