2001-01-04 00:16:16 +01:00
|
|
|
# New ports collection makefile for: Algorithm::Permute
|
|
|
|
# Date created: 04 Nov 2000
|
|
|
|
# Whom: will
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Algorithm-Permute
|
2008-05-08 10:31:03 +02:00
|
|
|
PORTVERSION= 0.12
|
2001-01-04 00:16:16 +01:00
|
|
|
CATEGORIES= devel perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2001-01-04 00:16:16 +01:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2001-10-26 22:23:12 +02:00
|
|
|
MAINTAINER= tobez@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= Perl interface to handy and fast permutation
|
2001-01-04 00:16:16 +01:00
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= Algorithm::Permute.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|