mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
23901ed73b
- Use CPAN macro - Add BUILD_DEPENDS PR: ports/120805 Submitted by: Felippe de Meirelles Motta <lippemail@gmail.com> Approved by: Matsui Shinsuke <smatsui@karashi.org> (maintainer)
24 lines
518 B
Makefile
24 lines
518 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.03
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= smatsui@karashi.org
|
|
COMMENT= HTML::Selector::XPath - CSS Selector to XPath compiler
|
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= HTML::Selector::XPath.3
|
|
|
|
.include <bsd.port.mk>
|