freebsd-ports/devel/p5-Data-Hexdumper/Makefile
Eitan Adler 5190f14f8d For perl@ owned ports:
- Fix COMMENT
- Trim header
2013-03-29 00:44:53 +00:00

18 lines
362 B
Makefile

# Created by: ijliao
# $FreeBSD$
PORTNAME= Data-Hexdumper
PORTVERSION= 3.00.01
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E}
MAINTAINER= perl@FreeBSD.org
COMMENT= Module for displaying binary data in a readable format
PERL_CONFIGURE= yes
MAN3= Data::Hexdumper.3
.include <bsd.port.mk>