15 lines
246 B
Makefile
15 lines
246 B
Makefile
# $OpenBSD: Makefile,v 1.10 2019/07/12 20:44:48 sthen Exp $
|
|
|
|
COMMENT= xpath matching for object trees
|
|
|
|
MODULES= cpan
|
|
PKG_ARCH= *
|
|
DISTNAME= Class-XPath-1.4
|
|
REVISION= 1
|
|
CATEGORIES= devel textproc
|
|
|
|
# perl
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
.include <bsd.port.mk>
|