diff options
Diffstat (limited to 'devel/p5-List-Group/Makefile')
-rw-r--r-- | devel/p5-List-Group/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/devel/p5-List-Group/Makefile b/devel/p5-List-Group/Makefile new file mode 100644 index 000000000000..719c9a1defdc --- /dev/null +++ b/devel/p5-List-Group/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: List-Group +# Date created: Thu Oct 14 2004 +# Whom: Tillman Hodgson <tillman@seekingfire.com> +# +# $FreeBSD$ +# + +PORTNAME= List-Group +PORTVERSION= 1.3 +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= List +PKGNAMEPREFIX= p5- + +MAINTAINER= tillman@seekingfire.com +COMMENT= Perl module that allows you to group a list by columns or rows + +PERL_CONFIGURE= yes + +MAN3= List::Group.3 + +.include <bsd.port.mk> |