b06fc1acb2
A module for doing numeric comparisons. It can compare numbers expressed in different comparable units. from Sam Smith <S at msmith.net>
21 lines
423 B
Makefile
21 lines
423 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.2 2004/04/11 11:56:55 sturm Exp $
|
|
|
|
COMMENT= "Compare numbers"
|
|
|
|
DISTNAME= Number-Compare-0.01
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Number/}
|
|
|
|
MAINTAINER= Sam Smith <S@msmith.net>
|
|
|
|
# Same as Perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
CONFIGURE_STYLE= perl
|
|
|
|
.include <bsd.port.mk>
|