0a8abdbee7
A module for doing numeric comparisons. It can compare numbers expressed in different comparable units. from Sam Smith <S at msmith.net>
22 lines
424 B
Makefile
22 lines
424 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2004/01/29 18:11:02 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>
|
|
|
|
# Artistic/GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
CONFIGURE_STYLE= perl
|
|
|
|
.include <bsd.port.mk>
|