head	1.7;
access;
symbols
	RELEASE_8_3_0:1.6
	RELEASE_9_0_0:1.6
	RELEASE_7_4_0:1.5
	RELEASE_8_2_0:1.5
	RELEASE_6_EOL:1.5
	RELEASE_8_1_0:1.5
	RELEASE_7_3_0:1.5
	RELEASE_8_0_0:1.5
	RELEASE_7_2_0:1.5
	RELEASE_7_1_0:1.5
	RELEASE_6_4_0:1.5
	RELEASE_5_EOL:1.5
	RELEASE_7_0_0:1.3
	RELEASE_6_3_0:1.3
	PRE_XORG_7:1.2
	RELEASE_4_EOL:1.2
	RELEASE_6_2_0:1.2;
locks; strict;
comment	@# @;


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

1.6
date	2011.06.20.09.22.13;	author az;	state Exp;
branches;
next	1.5;

1.5
date	2008.04.29.05.27.08;	author linimon;	state Exp;
branches;
next	1.4;

1.4
date	2008.04.17.14.30.13;	author araujo;	state Exp;
branches;
next	1.3;

1.3
date	2007.09.08.01.11.39;	author linimon;	state Exp;
branches;
next	1.2;

1.2
date	2006.07.31.21.48.09;	author aaron;	state Exp;
branches;
next	1.1;

1.1
date	2006.05.27.22.11.26;	author aaron;	state Exp;
branches;
next	;


desc
@@


1.7
log
@Switch exporter over
@
text
@# New ports collection makefile for:	p5-SWF-Chart
# Date created:				27 May 2006
# Whom:					Aaron Dalton <aaron@@FreeBSD.org>
#
# $FreeBSD: head/www/p5-SWF-Chart/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	SWF-Chart
PORTVERSION=	1.4
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	CPAN:GARTH
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@@FreeBSD.org
COMMENT=	Perl interface to the SWF Chart generation tool

MAN3=		SWF::Chart.3

PERL_CONFIGURE=	yes

.include <bsd.port.mk>
@


1.6
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.
- Remove MD5 checksum
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.5
log
@Reset aaron's port maintainerships due to many maintainer-timeouts.
@
text
@d12 1
a12 1
MASTER_SITE_SUBDIR=	../../authors/id/G/GA/GARTH
d15 1
a15 1
MAINTAINER=	ports@@FreeBSD.org
@


1.4
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
@d15 1
a15 1
MAINTAINER=	aaron@@FreeBSD.org
@


1.3
log
@Welcome bsd.perl.mk.  Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.

Work done by:	gabor
Sponsored by:	Google Summer of Code 2007
Hat:		portmgr
@
text
@d11 1
a11 1
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
@


1.2
log
@- Update to v1.4
@
text
@d22 1
a22 9
.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 500600
post-patch:
	@@${PERL} -pi -e 's/^our (\S+)/use vars qw{$$1};$$1/g' \
		${WRKSRC}/lib/SWF/Chart.pm
.endif

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


1.1
log
@Adding port www/p5-SWF-Chart, Perl interface to the SWF Chart generation tool.

Approved by:	tobez (implicit)
@
text
@d9 1
a9 1
PORTVERSION=	1.3
@

