head	1.9;
access;
symbols
	RELEASE_8_3_0:1.8
	RELEASE_9_0_0:1.8
	RELEASE_7_4_0:1.8
	RELEASE_8_2_0:1.8
	RELEASE_6_EOL:1.8
	RELEASE_8_1_0:1.8
	RELEASE_7_3_0:1.8
	RELEASE_8_0_0:1.8
	RELEASE_7_2_0:1.8
	RELEASE_7_1_0:1.8
	RELEASE_6_4_0:1.8
	RELEASE_5_EOL:1.8
	RELEASE_7_0_0:1.7
	RELEASE_6_3_0:1.7
	PRE_XORG_7:1.7
	RELEASE_4_EOL:1.7
	RELEASE_6_2_0:1.7
	RELEASE_6_1_0:1.7
	RELEASE_5_5_0:1.7
	RELEASE_6_0_0:1.7
	RELEASE_5_4_0:1.7
	RELEASE_4_11_0:1.7
	RELEASE_5_3_0:1.7
	RELEASE_4_10_0:1.7
	RELEASE_5_2_1:1.7
	RELEASE_5_2_0:1.7
	RELEASE_4_9_0:1.6
	RELEASE_5_1_0:1.5
	RELEASE_4_8_0:1.5
	RELEASE_5_0_0:1.3
	RELEASE_4_7_0:1.1
	RELEASE_4_6_2:1.1
	RELEASE_4_6_1:1.1
	RELEASE_4_6_0:1.1
	RELEASE_5_0_DP1:1.1
	RELEASE_4_5_0:1.1
	RELEASE_4_4_0:1.1;
locks; strict;
comment	@# @;


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

1.8
date	2008.04.17.14.29.59;	author araujo;	state Exp;
branches;
next	1.7;

1.7
date	2003.10.24.12.04.48;	author ijliao;	state Exp;
branches;
next	1.6;

1.6
date	2003.08.27.14.05.33;	author erwin;	state Exp;
branches;
next	1.5;

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

1.4
date	2003.01.26.18.32.22;	author tobez;	state Exp;
branches;
next	1.3;

1.3
date	2002.11.10.16.48.31;	author lioux;	state Exp;
branches;
next	1.2;

1.2
date	2002.11.06.22.47.23;	author adamw;	state Exp;
branches;
next	1.1;

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


desc
@@


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

PORTNAME=	HTML-SimpleParse
PORTVERSION=	0.12
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	HTML::SimpleParse - a bare-bones HTML parser

PERL_CONFIGURE=	yes

MAN3=		HTML::SimpleParse.3

.include <bsd.port.mk>
@


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


1.7
log
@utilize SITE_PERL

PR:		58166
Submitted by:	Cheng-Lung Sung <clsung@@dragon2.net>
@
text
@d11 1
a11 2
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	HTML
@


1.6
log
@- Update to 0.12
- Use %%SITE_PERL%% in pkg-plist

PR:		55918
Submitted by:	Lars Thegler <lars@@thegler.dk>
@
text
@a19 1
MANPREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
@


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


1.4
log
@Update to 0.11.

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


1.3
log
@o Rollback PORTCOMMENT modifications while this feature's implementation
  is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)
@
text
@d9 1
a9 1
PORTVERSION=	0.10
@


1.2
log
@Use PORTCOMMENT in the Makefile, and whack the pkg-comment.

Approved by:	pat
@
text
@a16 2
PORTCOMMENT=	HTML::SimpleParse - a bare-bones HTML parser

@


1.1
log
@HTML::SimpleParse - a bare-bones HTML parser
@
text
@d17 2
@

