freebsd-ports/lang/p5-List-MoreUtil/Makefile
Anton Berezin 349452dc1b Add p5-List-MoreUtil, an assorted collection of list/array utility
functions.  This port goes to lang/ to follow the tradition of
p5-Scalar-List-Utils.
2004-10-14 20:32:12 +00:00

22 lines
447 B
Makefile

# New ports collection makefile for: lang/p5-List-MoreUtil
# Date created: 14 October 2004
# Whom: Anton Berezin <tobez@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= List-MoreUtil
PORTVERSION= 0.01
CATEGORIES= lang perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= List
PKGNAMEPREFIX= p5-
MAINTAINER= tobez@FreeBSD.org
COMMENT= More perl list utility functions
PERL_CONFIGURE= yes
MAN3= List::MoreUtil.3
.include <bsd.port.mk>