freebsd-ports/devel/p5-Class-XPath/Makefile
Sunpoet Po-Chuan Hsieh a4883b60dd Add NO_ARCH
2020-12-19 20:17:35 +00:00

19 lines
342 B
Makefile

# Created by: Cheng-Lung Sung <clsung@dragon2.net>
# $FreeBSD$
PORTNAME= Class-XPath
PORTVERSION= 1.4
PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Base class to add xpath matching to object trees
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>