summaryrefslogblamecommitdiff
path: root/devel/p5-Array-Window/Makefile
blob: ad8d3b96d26e9c191765b309e2e04050a2384dcc (plain) (tree)
























                                                                                    
# New ports collection makefile for:	Array-Window
# Date created:	   18 May 2003
# Whom:		   Sergey Skvortsov <skv@protey.ru>
#
# $FreeBSD$
#

PORTNAME=	Array-Window
PORTVERSION=	0.1
CATEGORIES=	devel perl5
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	Array
PKGNAMEPREFIX=	p5-

MAINTAINER=	skv@FreeBSD.org
COMMENT=	Calculate windows/subsets/pages of arrays

BUILD_DEPENDS=	${SITE_PERL}/Class/Inspector.pm:${PORTSDIR}/devel/p5-Class-Inspector
RUN_DEPENDS=	${BUILD_DEPENDS}

PERL_CONFIGURE=	yes

MAN3=		Array::Window.3

.include <bsd.port.mk>