freebsd-ports/devel/p5-Data-HexDump/Makefile
2021-05-27 03:00:18 +08:00

21 lines
363 B
Makefile

# Created by: Sergey Skvortsov <skv@protey.ru>
PORTNAME= Data-HexDump
PORTVERSION= 0.04
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Simple hexadecimal dumper
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>