freebsd-ports/devel/p5-Set-CrossProduct/Makefile
Anton Berezin fca5e7b501 Add devel/p5-Set-CrossProduct 1.95, a Perl module to work with the cross
product of two or more sets.

Feature safe:	yes
2011-12-06 11:40:17 +00:00

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>