head	1.20;
access;
symbols
	RELEASE_8_3_0:1.18
	RELEASE_9_0_0:1.17
	RELEASE_7_4_0:1.17
	RELEASE_8_2_0:1.17
	RELEASE_6_EOL:1.17
	RELEASE_8_1_0:1.17
	RELEASE_7_3_0:1.17
	RELEASE_8_0_0:1.16
	RELEASE_7_2_0:1.16
	RELEASE_7_1_0:1.15
	RELEASE_6_4_0:1.15
	RELEASE_5_EOL:1.15
	RELEASE_7_0_0:1.14
	RELEASE_6_3_0:1.14
	PRE_XORG_7:1.14
	RELEASE_4_EOL:1.14
	RELEASE_6_2_0:1.14
	RELEASE_6_1_0:1.13
	RELEASE_5_5_0:1.13
	RELEASE_6_0_0:1.13
	RELEASE_5_4_0:1.13
	RELEASE_4_11_0:1.12
	RELEASE_5_3_0:1.12
	RELEASE_4_10_0:1.12
	RELEASE_5_2_1:1.12
	RELEASE_5_2_0:1.12
	RELEASE_4_9_0:1.10
	RELEASE_5_1_0:1.9
	RELEASE_4_8_0:1.5
	RELEASE_5_0_0:1.3
	RELEASE_4_7_0:1.3
	RELEASE_4_6_2:1.2
	RELEASE_4_6_1:1.2
	RELEASE_4_6_0:1.2
	RELEASE_5_0_DP1:1.1
	RELEASE_4_5_0:1.1
	RELEASE_4_4_0:1.1;
locks; strict;
comment	@# @;


1.20
date	2012.11.17.06.02.49;	author svnexp;	state Exp;
branches;
next	1.19;

1.19
date	2012.06.07.07.50.02;	author jadawin;	state Exp;
branches;
next	1.18;

1.18
date	2012.01.21.17.38.08;	author eadler;	state Exp;
branches;
next	1.17;

1.17
date	2009.10.26.07.55.37;	author leeym;	state Exp;
branches;
next	1.16;

1.16
date	2009.01.29.17.41.16;	author erwin;	state Exp;
branches;
next	1.15;

1.15
date	2008.04.17.14.29.54;	author araujo;	state Exp;
branches;
next	1.14;

1.14
date	2006.06.25.16.38.46;	author clsung;	state Exp;
branches;
next	1.13;

1.13
date	2005.02.25.09.28.35;	author erwin;	state Exp;
branches;
next	1.12;

1.12
date	2003.10.30.23.49.20;	author erwin;	state Exp;
branches;
next	1.11;

1.11
date	2003.10.24.12.04.45;	author ijliao;	state Exp;
branches;
next	1.10;

1.10
date	2003.06.12.16.41.13;	author erwin;	state Exp;
branches;
next	1.9;

1.9
date	2003.05.20.11.42.53;	author mich;	state Exp;
branches;
next	1.8;

1.8
date	2003.04.18.05.48.24;	author edwin;	state Exp;
branches;
next	1.7;

1.7
date	2003.04.13.11.39.25;	author edwin;	state Exp;
branches;
next	1.6;

1.6
date	2003.04.07.04.55.02;	author kevlo;	state Exp;
branches;
next	1.5;

1.5
date	2003.02.21.14.01.26;	author knu;	state Exp;
branches;
next	1.4;

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

1.3
date	2002.07.08.06.34.50;	author kevlo;	state Exp;
branches;
next	1.2;

1.2
date	2002.05.25.04.37.12;	author pat;	state Exp;
branches;
next	1.1;

1.1
date	2001.05.27.05.38.26;	author vanilla;	state Exp;
branches;
next	;


desc
@@


1.20
log
@Switch exporter over
@
text
@# New ports collection makefile for:    p5-HTML-CalendarMonthSimple
# Date created:				May 27 2001
# Whom:	      				vanilla
#
# $FreeBSD: head/www/p5-HTML-CalendarMonthSimple/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	HTML-CalendarMonthSimple
PORTVERSION=	1.25
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@@FreeBSD.org
COMMENT=	HTML::CalendarMonthSimple - Perl Module for Generating HTML Calendars

BUILD_DEPENDS=	p5-Date-Calc>=0:${PORTSDIR}/devel/p5-Date-Calc
RUN_DEPENDS:=	${BUILD_DEPENDS}

PERL_CONFIGURE=	yes

MAN3=		HTML::CalendarMonthSimple.3

.include <bsd.port.mk>
@


1.19
log
@- Remove SITE_PERL from *_DEPENDS

Submitted by:	az@@
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.18
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
@d17 1
a17 1
BUILD_DEPENDS=	${SITE_PERL}/Date/Calc.pm:${PORTSDIR}/devel/p5-Date-Calc
@


1.17
log
@- replace ${SITE_PERL}/${PERL_ARCH}/Date/Calc.pm with ${SITE_PERL}/Date/Calc.pm for ${PORTSDIR}/devel/p5-Date-Calc
@
text
@d18 1
a18 1
RUN_DEPENDS=	${BUILD_DEPENDS}
@


1.16
log
@Reassign my p5-* ports to perl@@ so more than one person
can look at them.
@
text
@d17 1
a17 1
BUILD_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/Date/Calc.pm:${PORTSDIR}/devel/p5-Date-Calc
@


1.15
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=	erwin@@FreeBSD.org
@


1.14
log
@- MAN3PREFIX is implied when PERL_CONFIGURE is defined.
- this commit modified ports maintained by (non-)ports@@, so approved by
  portmgr (erwin) first.

PR:		ports/98755
Submitted by:	rafan
Approved by:	portmgr (erwin)
@
text
@d11 1
a11 2
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	HTML
@


1.13
log
@Update to 1.25
@
text
@a22 1
MAN3PREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
@


1.12
log
@Update to 1.24
@
text
@d9 1
a9 1
PORTVERSION=	1.24
@


1.11
log
@utilize SITE_PERL

PR:		58166
Submitted by:	Cheng-Lung Sung <clsung@@dragon2.net>
@
text
@d9 1
a9 1
PORTVERSION=	1.23
@


1.10
log
@Change to my FreeBSD.org address
@
text
@d18 1
a18 1
BUILD_DEPENDS=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Date/Calc.pm:${PORTSDIR}/devel/p5-Date-Calc
@


1.9
log
@Update to 1.23

PR:		52460
Submitted by:	maintainer
Approved by:	roberto(mentor)
@
text
@d15 1
a15 1
MAINTAINER=	erwin@@lansing.dk
@


1.8
log
@maintainer-update www/p5-HTML-CalendarMonthSimple to 1.22

	update to 1.22

PR:		ports/51083
Submitted by:	Erwin Lansing <erwin@@lansing.dk>
@
text
@d9 1
a9 1
PORTVERSION=	1.22
@


1.7
log
@maintainer-update www/p5-HTML-CalendarMonthSimple to 1.21

PR:		ports/50661
Submitted by:	Erwin Lansing <erwin@@lansing.dk>
@
text
@d9 1
a9 1
PORTVERSION=	1.21
@


1.6
log
@Update to 1.20

PR: 50636
Submitted by: MAINTAINER
@
text
@d9 1
a9 1
PORTVERSION=	1.20
@


1.5
log
@De-pkg-comment.
@
text
@d9 1
a9 1
PORTVERSION=	1.19
@


1.4
log
@- update to 1.19
- add missing dirrm

PR:		ports/47043
Submitted by:	Erwin Lansing <erwin@@lansing.dk>
@
text
@d16 1
@


1.3
log
@- Update to version 1.18
- Rearrange pkg-descr to silence portlint
- Add WWW

PR: 40316
Submitted by: MAINTAINER
@
text
@d9 1
a9 1
PORTVERSION=	1.18
@


1.2
log
@Update to 1.17
Give maintainership to submitter

PR:		38514
Submitted by:	Erwin Lansing <erwin@@lansing.dk>
@
text
@d9 1
a9 1
PORTVERSION=	1.17
@


1.1
log
@HTML::CalendarMonthSimple - Perl Module for Generating HTML Calendars
@
text
@d9 1
a9 1
PORTVERSION=	1.07
d15 1
a15 1
MAINTAINER=	ports@@FreeBSD.org
@

