3d793fe26b
This module adds XPath-style matching to object trees. from Sam Smith <s at msmith.net>
24 lines
452 B
Makefile
24 lines
452 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2004/12/21 20:35:39 sturm Exp $
|
|
|
|
COMMENT= "xpath matching for object trees"
|
|
|
|
DISTNAME= Class-XPath-1.4
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= textproc perl5
|
|
|
|
MAINTAINER= Sam Smith <s@msmith.net>
|
|
|
|
# Same as Perl 5
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Class/}
|
|
|
|
CONFIGURE_STYLE=perl
|
|
|
|
PKG_ARCH= *
|
|
|
|
.include <bsd.port.mk>
|