mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
4aaab89f57
PR: ports/122674 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Reworked by: araujo (myself) Approved by: portmgr (pav)
22 lines
429 B
Makefile
22 lines
429 B
Makefile
# 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= CPAN
|
|
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>
|