17 lines
293 B
Makefile
17 lines
293 B
Makefile
# $OpenBSD: Makefile,v 1.6 2013/03/11 10:50:14 espie Exp $
|
|
|
|
COMMENT= xpath matching for object trees
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Class-XPath-1.4
|
|
REVISION= 0
|
|
CATEGORIES= devel textproc
|
|
USE_GROFF = Yes
|
|
|
|
MAINTAINER= Sam Smith <s@msmith.net>
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
.include <bsd.port.mk>
|