freebsd-ports/devel/p5-Set-CrossProduct/Makefile
Andrej Zverev 43f0c9f153 - Convert to new perl framework
- Trim Makefile header

Approved by:	tobez@ (maintainer)
2013-08-05 15:05:29 +00:00

20 lines
387 B
Makefile

# 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>