blob: d24c8e6b7d750d56916c6d0ac00550e19d0ca8dc (
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: 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>
|