26 lines
589 B
Makefile
26 lines
589 B
Makefile
|
# New ports collection makefile for: devel/p5-Data-Path
|
||
|
# Date created: 16 July 2009
|
||
|
# Whom: Anton Berezin <tobez@FreeBSD.org>
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
#
|
||
|
|
||
|
PORTNAME= Data-Path
|
||
|
PORTVERSION= 1.4.1
|
||
|
CATEGORIES= devel perl5
|
||
|
MASTER_SITES= CPAN
|
||
|
MASTER_SITE_SUBDIR= ../../authors/id/Z/ZA/ZAPHAR
|
||
|
PKGNAMEPREFIX= p5-
|
||
|
|
||
|
MAINTAINER= tobez@FreeBSD.org
|
||
|
COMMENT= XPath-like access to complex data structures
|
||
|
|
||
|
BUILD_DEPENDS= p5-Test-MockObject>=1.08:${PORTSDIR}/devel/p5-Test-MockObject \
|
||
|
p5-Test-Exception>0:${PORTSDIR}/devel/p5-Test-Exception
|
||
|
|
||
|
PERL_CONFIGURE= yes
|
||
|
|
||
|
MAN3= Data::Path.3
|
||
|
|
||
|
.include <bsd.port.mk>
|