349452dc1b
functions. This port goes to lang/ to follow the tradition of p5-Scalar-List-Utils.
22 lines
447 B
Makefile
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>
|