freebsd-ports/devel/p5-Test-HexString/Makefile
Anton Berezin 863c0c9676 Add devel/p5-Test-HexString 0.02, a test module to verify
hex strings.

Feature safe:	yes
2010-02-16 09:53:39 +00:00

22 lines
445 B
Makefile

# New ports collection makefile for: devel/p5-Test-HexString
# Date created: 16 February 2010
# Whom: Anton Berezin <tobez@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Test-HexString
PORTVERSION= 0.02
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= Test
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Test binary strings with hex dump diagnostics
PERL_CONFIGURE= yes
MAN3= Test::HexString.3
.include <bsd.port.mk>