freebsd-ports/math/p5-Number-Fraction/Makefile
Steve Wills a0c85fcdfe - Update to 1.14
Feature safe:	yes
2011-12-06 19:09:10 +00:00

22 lines
426 B
Makefile

# New ports collection makefile for: p5-Number-Fraction
# Date created: 2010-03-04
# Whom: Steve Wills <steve@mouf.net>
#
# $FreeBSD$
#
PORTNAME= Number-Fraction
PORTVERSION= 1.14
CATEGORIES= math perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:DAVECROSS
PKGNAMEPREFIX= p5-
MAINTAINER= swills@FreeBSD.org
COMMENT= Perl extension to model fractions
PERL_CONFIGURE= yes
MAN3= Number::Fraction.3
.include <bsd.port.mk>