025bced358
A module for displaying binary data in a readable format
23 lines
445 B
Makefile
23 lines
445 B
Makefile
# ex:ts=8
|
|
# New ports collection makefile for: Data::Hexdumper
|
|
# Date created: Feb 25, 2004
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Data-Hexdumper
|
|
PORTVERSION= 1.2
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= Data
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A module for displaying binary data in a readable format
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Data::Hexdumper.3
|
|
|
|
.include <bsd.port.mk>
|