mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
23 lines
464 B
Makefile
23 lines
464 B
Makefile
# 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= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= Class
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= clsung@FreeBSD.org
|
|
COMMENT= Base class to add xpath matching to object trees
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Class::XPath.3
|
|
|
|
.include <bsd.port.mk>
|