blob: bd5fcf07bbf14fa2ed2ee92489ce250c838e51e2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# New ports collection makefile for: Class-XPath
# Date created: Mon Mar 29 19:33:38 CST 2004
# Whom: Cheng-Lung Sung <clsung@dragon2.net>
#
# $FreeBSD$
#
PORTNAME= Class-XPath
PORTVERSION= 1.4
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Base class to add xpath matching to object trees
PERL_CONFIGURE= yes
MAN3= Class::XPath.3
.include <bsd.port.mk>
|