freebsd-ports/devel/p5-UDCode/Makefile
Anton Berezin 3ad4a2f0fe Add devel/p5-UDCode 1.03, a module that determines whether a set of code
words form a uniquely decodable code or not.
2010-01-31 22:46:12 +00:00

22 lines
459 B
Makefile

# New ports collection makefile for: devel/p5-UDCode
# Date created: 31 January 2010
# Whom: Anton Berezin <tobez@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= UDCode
PORTVERSION= 1.03
CATEGORIES= devel perl5
MASTER_SITES= CPAN/../../authors/id/M/MJ/MJD
MASTER_SITE_SUBDIR= UDCode
PKGNAMEPREFIX= p5-
MAINTAINER= tobez@FreeBSD.org
COMMENT= Does a set of code words form a uniquely decodable code?
PERL_CONFIGURE= yes
MAN3= UDCode.3
.include <bsd.port.mk>