dc72169e36
PR: ports/134810 Submitted by: pgollucci
22 lines
402 B
Makefile
22 lines
402 B
Makefile
# ex:ts=8
|
|
# New ports collection makefile for: Data::Hexdumper
|
|
# Date created: Feb 25, 2004
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Data-Hexdumper
|
|
PORTVERSION= 2.01
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= clsung@FreeBSD.org
|
|
COMMENT= A module for displaying binary data in a readable format
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Data::Hexdumper.3
|
|
|
|
.include <bsd.port.mk>
|