1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00
freebsd-ports/devel/p5-Sort-ArrayOfArrays/Makefile

23 lines
458 B
Makefile
Raw Normal View History

# New ports collection makefile for: Sort::ArrayOfArrays
# Date created: 31 Dec 2001
# Whom: Seamus Venasse <svenasse@polaris.ca>
#
# $FreeBSD$
#
PORTNAME= Sort-ArrayOfArrays
PORTVERSION= 1.00
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Sort
PKGNAMEPREFIX= p5-
MAINTAINER= svenasse@polaris.ca
2003-02-21 11:23:04 +00:00
COMMENT= Sort an arbitrary array of arrays
PERL_CONFIGURE= yes
MAN3= Sort::ArrayOfArrays.3
.include <bsd.port.mk>