mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
23 lines
442 B
Makefile
23 lines
442 B
Makefile
# Created by: Shinsuke Matsui <smatsui@karashi.org>
|
|
|
|
PORTNAME= HTML-Selector-XPath
|
|
PORTVERSION= 0.22
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:CORION
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= smatsui@karashi.org
|
|
COMMENT= CSS selector to XPath compiler Perl module
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
|
|
TEST_DEPENDS= p5-Test-Base>=0:devel/p5-Test-Base
|
|
|
|
NO_ARCH= yes
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|