freebsd-ports/math/p5-Number-Compare/Makefile
Frederic Culot cbb118eabf - Update to 0.03
- Remove dependency on Test::More (already in core)
- Add LICENSE (Artistic 1 & GPL 1)

Changes:	http://search.cpan.org/dist/Number-Compare/Changes
2012-05-08 06:52:24 +00:00

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>