mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
60097dcace
Data::Dumper, but grew out to be a set of low-level data introspection utilities that no other module provided yet, using the lowest level of the perl internals API as possible. WWW: http://search.cpan.org/dist/Data-Peek/
23 lines
425 B
Makefile
23 lines
425 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.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>
|