aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Set-CrossProduct/Makefile
blob: e94bbdbe2e980b876685fabd72e7eeef1f0efbb3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Created by: Anton Berezin <tobez@FreeBSD.org>
# $FreeBSD$

PORTNAME=	Set-CrossProduct
PORTVERSION=	1.95
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	CPAN:BDFOY
PKGNAMEPREFIX=	p5-

MAINTAINER=	tobez@FreeBSD.org
COMMENT=	Work with the cross product of two or more sets

USES=		perl5
USE_PERL5=	configure

MAN1=	cross.1
MAN3=	Set::CrossProduct.3

.include <bsd.port.mk>