ports/www/p5-HTML-Selector-XPath/Makefile

23 lines
324 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT = CSS Selector to XPath compiler
2023-09-17 04:05:06 +00:00
DISTNAME = HTML-Selector-XPath-0.28
2023-08-16 22:26:55 +00:00
CATEGORIES = www
MAINTAINER = Wen Heping <wenheping2000@hotmail.com>
# Perl
PERMIT_PACKAGE = Yes
MODULES = cpan
TEST_DEPENDS = devel/p5-Test-Base
CONFIGURE_STYLE = modinst
MAKE_ENV += TEST_POD=Yes
PKG_ARCH = *
.include <bsd.port.mk>