head	1.7;
access;
symbols
	RELEASE_8_3_0:1.5
	RELEASE_9_0_0:1.5
	RELEASE_7_4_0:1.2
	RELEASE_8_2_0:1.2
	RELEASE_6_EOL:1.2
	RELEASE_8_1_0:1.2;
locks; strict;
comment	@# @;


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

1.6
date	2012.04.12.15.45.06;	author swills;	state Exp;
branches;
next	1.5;

1.5
date	2011.11.27.12.07.16;	author sunpoet;	state Exp;
branches;
next	1.4;

1.4
date	2011.08.11.02.15.42;	author swills;	state Exp;
branches;
next	1.3;

1.3
date	2011.06.20.08.37.08;	author az;	state Exp;
branches;
next	1.2;

1.2
date	2010.06.20.05.07.16;	author miwi;	state Exp;
branches;
next	1.1;

1.1
date	2010.04.25.15.14.43;	author sylvio;	state Exp;
branches;
next	;


desc
@@


1.7
log
@Switch exporter over
@
text
@# New ports collection makefile for:	p5-Test-XPath
# Date created:		25 April 2010
# Whom:		milki
#
# $FreeBSD: head/lang/p5-Test-XPath/Makefile 300896 2012-07-14 13:54:48Z beat $
#

PORTNAME=	Test-XPath
PORTVERSION=	0.16
CATEGORIES=	lang perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	CPAN:DWHEELER
PKGNAMEPREFIX=	p5-

MAINTAINER=	milki@@rescomp.berkeley.edu
COMMENT=	Test XML and HTML content and structure with XPath expressions

LICENSE=	ART10 GPLv1
LICENSE_COMB=	dual

RUN_DEPENDS=	p5-XML-LibXML>=1.70:${PORTSDIR}/textproc/p5-XML-LibXML

PERL_MODBUILD=	yes

MAN3=		Test::XPath.3

OPTIONS=	CSS "Include CSS selectors" Off \
		PODT "Include Pod package test dependencies" Off

.include <bsd.port.options.mk>

.if !defined(WITHOUT_CSS)
RUN_DEPENDS+=	p5-HTML-Selector-XPath>=0.06:${PORTSDIR}/www/p5-HTML-Selector-XPath
.endif

.if !defined(WITHOUT_PODT)
TEST_DEPENDS+=	p5-Pod-Coverage>=0:${PORTSDIR}/devel/p5-Pod-Coverage \
		p5-Test-Pod>=1.41:${PORTSDIR}/devel/p5-Test-Pod
.endif

.include <bsd.port.mk>
@


1.6
log
@- Remove TEST_DEPENDS on itself

PR:		ports/166769
Approved by:	milki <milki@@rescomp.berkeley.edu> (maintainer)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.5
log
@- Update to 0.16
- Sort TEST_DEPENDS
- Cosmetic change

Changes:	http://search.cpan.org/dist/Test-XPath/Changes
PR:		ports/162792
Submitted by:	sunpoet (myself)
Approved by:	milki <milki@@rescomp.berkeley.edu> (maintainer)
Feature safe:	yes
@
text
@a22 2
TEST_DEPENDS=	p5-Test-XPath>=0:${PORTSDIR}/lang/p5-Test-XPath

@


1.4
log
@- Update to 0.15

PR:		ports/
Submitted by:	milki <milki@@rescomp.berkeley.edu> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	0.15
d25 1
a25 1
PERL_MODBUILD=	0.30+
d27 1
a27 1
MAN3=	Test::XPath.3
d30 1
a30 1
			PODT "Include Pod package test dependencies" Off
d39 2
a40 2
TEST_DEPENDS+=	p5-Test-Pod>=1.20:${PORTSDIR}/devel/p5-Test-Pod \
	p5-Pod-Coverage>=0:${PORTSDIR}/devel/p5-Pod-Coverage
d42 1
@


1.3
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
@d9 1
a9 1
PORTVERSION=	0.13
d18 2
a19 3
BUILD_DEPENDS=	p5-Test-Simple>=0.70:${PORTSDIR}/devel/p5-Test-Simple \
		p5-Module-Build>=0.30:${PORTSDIR}/devel/p5-Module-Build
RUN_DEPENDS=	p5-XML-LibXML>=1.69:${PORTSDIR}/textproc/p5-XML-LibXML
d21 5
a25 1
PERL_MODBUILD=	YES
d29 13
@


1.2
log
@- Update to 0.13

PR:		147813
Submitted by:	Jonathan Chu <milki@@rescomp.berkeley.edu> (maintainer)
Feature safe:	yes
@
text
@d12 1
a12 1
MASTER_SITE_SUBDIR=	 ../../authors/id/D/DW/DWHEELER
@


1.1
log
@- This library's module, Test::XPath, provides an interface for testing the
content and structure of XML and HTML documents using XPath query expressions.
This will be most useful for those who need to write TAP-emitting unit tests
for HTML or XML output.

WWW:	http://search.cpan.org/dist/Test-XPath/

PR:		ports/146035
Submitted by:	Jonathan Chu <milki@@rescomp.berkeley.edu>
@
text
@d9 1
a9 1
PORTVERSION=	0.12
@

