freebsd-ports/devel/p5-Data-Path/Makefile
Andrej Zverev dec946ad51 - Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.
See http://wiki.freebsd.org/Perl for details.
- Change maintainership from ports@ to perl@ for ports in this changeset.
- Remove MD5 checksum
2011-06-20 08:37:15 +00:00

25 lines
572 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= CPAN: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>