1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00
freebsd-ports/math/p5-Number-Fraction/Makefile
Steve Wills b0e84f0bc2 Use my new address
Approved By:	pgollucci (mentor)
2010-09-05 04:50:35 +00:00

23 lines
443 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.13
CATEGORIES= math perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= ../../authors/id/D/DA/DAVECROSS
PKGNAMEPREFIX= p5-
MAINTAINER= swills@FreeBSD.org
COMMENT= Perl extension to model fractions
PERL_CONFIGURE= yes
MAN3= Number::Fraction.3
.include <bsd.port.mk>