openbsd-ports/devel/p5-Number-Compare/Makefile
sturm 0a8abdbee7 Initial import of Number-Compare-0.01
A module for doing numeric comparisons. It can compare numbers expressed
in different comparable units.

from Sam Smith <S at msmith.net>
2004-01-29 18:11:02 +00:00

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>