1996-10-24 10:21:54 +02:00
|
|
|
# New ports collection makefile for: p5-Array-PrintCols
|
|
|
|
# Date created: October 17th 1996
|
|
|
|
# Whom: James FitzGibbon <jfitz@FreeBSD.org>
|
|
|
|
#
|
1999-08-25 09:23:21 +02:00
|
|
|
# $FreeBSD$
|
1996-10-24 10:21:54 +02:00
|
|
|
#
|
|
|
|
|
2000-04-14 10:49:30 +02:00
|
|
|
PORTNAME= Array-PrintCols
|
|
|
|
PORTVERSION= 2.1
|
1997-04-20 15:53:29 +02:00
|
|
|
CATEGORIES= misc perl5
|
1996-11-17 10:06:37 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
|
|
MASTER_SITE_SUBDIR= Array
|
2000-04-14 10:49:30 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
1996-10-24 10:21:54 +02:00
|
|
|
|
2000-10-23 23:03:11 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 20:00:52 +01:00
|
|
|
COMMENT= Perl5 module to print arrays of elements in sorted columns
|
1996-10-24 10:21:54 +02:00
|
|
|
|
2001-02-26 13:48:37 +01:00
|
|
|
PERL_CONFIGURE= yes
|
1996-10-24 10:21:54 +02:00
|
|
|
|
1997-09-14 04:55:26 +02:00
|
|
|
MAN3= Array::PrintCols.3
|
1996-10-24 10:21:54 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|