302b9a7c36
See http://wiki.freebsd.org/Perl for details. - Change maintainership from ports@ to perl@ for ports in this changeset. - Remove MD5 checksum - Utilize CPAN macro
22 lines
435 B
Makefile
22 lines
435 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
|
|
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>
|