freebsd-ports/www/p5-HTML-Selector-XPath/Makefile
Andrej Zverev 383136b475 - convert to the new perl5 framework
Approved by:	portmgr (bapt@, blanket)
2013-09-03 12:27:09 +00:00

24 lines
520 B
Makefile

# New ports collection makefile for: www/p5-HTML-Selector-XPath
# Date created: 28 Aug 2007
# Whom: Shinsuke Matsui <smatsui@karashi.org>
#
# $FreeBSD$
#
PORTNAME= HTML-Selector-XPath
PORTVERSION= 0.14
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= smatsui@karashi.org
COMMENT= HTML::Selector::XPath - CSS Selector to XPath compiler
TEST_DEPENDS= p5-Test-Base>=0:${PORTSDIR}/devel/p5-Test-Base
USES= perl5
USE_PERL5= configure
MAN3= HTML::Selector::XPath.3
.include <bsd.port.mk>