freebsd-ports/devel/p5-Data-Hexdumper/Makefile
Cheng-Lung Sung dc72169e36 - Update to 2.01
PR:		ports/134810
Submitted by:	pgollucci
2009-06-02 11:00:03 +00:00

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>