openbsd-ports/devel/p5-Algorithm-Permute/Makefile
kevlo 984bcd55d6 Initial import of Algorithm-Permute-0.02
This interface to handy and fast permutation
2001-01-09 05:46:45 +00:00

21 lines
438 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2001/01/09 05:46:45 kevlo Exp $
DISTNAME= Algorithm-Permute-0.02
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
NEED_VERSION= 1.351
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Algorithm
CONFIGURE_STYLE= perl
.include <bsd.port.mk>