5190f14f8d
- Fix COMMENT - Trim header
20 lines
406 B
Makefile
20 lines
406 B
Makefile
# Created by: Wen Heping <wen@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Data-Peek
|
|
PORTVERSION= 0.38
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Collection of low-level debug facilities
|
|
|
|
TEST_DEPENDS= p5-Test-NoWarnings>=0:${PORTSDIR}/devel/p5-Test-NoWarnings
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Data::Peek.3 Data::DP.3
|
|
|
|
.include <bsd.port.mk>
|