mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
5190f14f8d
- Fix COMMENT - Trim header
18 lines
297 B
Makefile
18 lines
297 B
Makefile
# Created by: Sergey Skvortsov <skv@protey.ru>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Data-HexDump
|
|
PORTVERSION= 0.02
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Simple hexadecimal dumper
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Data::HexDump.3
|
|
|
|
.include <bsd.port.mk>
|