blob: dda30798dda7370e2069a6e5603a7e7efb0f3df6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# ex:ts=8
# New ports collection makefile for: Data::Hexdumper
# Date created: Feb 25, 2004
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= Data-Hexdumper
PORTVERSION= 3.00
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>
|