ChangeLog: http://cpansearch.perl.org/src/HMBRAND/Data-Peek-0.37/ChangeLog - Reset maintainer to perl@
24 lines
500 B
Makefile
24 lines
500 B
Makefile
# 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.37
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= A 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>
|