f3cedaa9fc
This module manages sets of integers.
21 lines
418 B
Makefile
21 lines
418 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2001/01/24 08:22:10 kevlo Exp $
|
|
|
|
DISTNAME= Set-IntSpan-1.07
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= math perl5
|
|
NEED_VERSION= 1.352
|
|
|
|
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= Set
|
|
|
|
CONFIGURE_STYLE= perl
|
|
|
|
.include <bsd.port.mk>
|