diff options
author | Lars Thegler <lth@FreeBSD.org> | 2005-04-03 12:51:32 +0000 |
---|---|---|
committer | Lars Thegler <lth@FreeBSD.org> | 2005-04-03 12:51:32 +0000 |
commit | 8358e9b14d251701e202c4cc84989adf7b1b789f (patch) | |
tree | 56e2ad42f2adf5159889c638b20b77a831d5cf36 /lang/p5-List-MoreUtils/Makefile | |
parent | 4951bf14689281122ee5ccb6d0932b9fa02e676e (diff) |
Notes
Diffstat (limited to 'lang/p5-List-MoreUtils/Makefile')
-rw-r--r-- | lang/p5-List-MoreUtils/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/lang/p5-List-MoreUtils/Makefile b/lang/p5-List-MoreUtils/Makefile new file mode 100644 index 000000000000..8372041b9704 --- /dev/null +++ b/lang/p5-List-MoreUtils/Makefile @@ -0,0 +1,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.09 +CATEGORIES= lang perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= List +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> |