fca5e7b501
product of two or more sets. Feature safe: yes
23 lines
474 B
Makefile
23 lines
474 B
Makefile
# New ports collection makefile for: devel/p5-Set-CrossProduct
|
|
# Date created: 06 December 2011
|
|
# Whom: 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
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN1= cross.1
|
|
MAN3= Set::CrossProduct.3
|
|
|
|
.include <bsd.port.mk>
|