aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Data-Peek/Makefile
blob: 2e675fb1ce601b9dc1f9aafcd36a5f6a5fe2440b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# New ports collection makefile for:	p5-Data-Peek
# Date created:	   			10 June , 2011
# Whom:		   			Wen Heping <wen@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	Data-Peek
PORTVERSION=	0.33
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-
EXTRACT_SUFX=	.tgz

MAINTAINER=	wen@FreeBSD.org
COMMENT=	A collection of low-level debug facilities

PERL_CONFIGURE=	yes

MAN3=		Data::Peek.3 Data::DP.3

.include <bsd.port.mk>