23 lines
447 B
Makefile
23 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>
|