cbb118eabf
- Remove dependency on Test::More (already in core) - Add LICENSE (Artistic 1 & GPL 1) Changes: http://search.cpan.org/dist/Number-Compare/Changes
24 lines
420 B
Makefile
24 lines
420 B
Makefile
# New ports collection makefile for: Number-Compare
|
|
# Date created: 19 May 2003
|
|
# Whom: Sergey Skvortsov <skv@protey.ru>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Number-Compare
|
|
PORTVERSION= 0.03
|
|
CATEGORIES= math perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Numeric comparisons
|
|
|
|
LICENSE= ART10 GPLv1
|
|
LICENSE_COMB= dual
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Number::Compare.3
|
|
|
|
.include <bsd.port.mk>
|