blob: b0c45e6ced370ed5e705416a6b5681ad1bb8eb4d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# 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
MASTER_SITE_SUBDIR= CPAN:MJD
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>
|