blob: 6915f86523cbc664ee2dbe352e2ef695dcde29b1 (
plain)
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: lang/p5-List-MoreUtils
# Date created: 24 March 2005
# Whom: Lars Thegler <lth@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= List-MoreUtils
PORTVERSION= 0.22
CATEGORIES= lang perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= ../by-authors/id/V/VP/VPARSEVAL
PKGNAMEPREFIX= p5-
MAINTAINER= lth@FreeBSD.org
COMMENT= Provide the stuff missing in List::Util
PERL_CONFIGURE= yes
MAN3= List::MoreUtils.3
.include <bsd.port.mk>
|