mirror of
https://git.freebsd.org/ports.git
synced 2025-06-17 02:30:44 -04:00
15 lines
271 B
Makefile
15 lines
271 B
Makefile
# Created by: Martin Wilke <miwi@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Math_Fraction
|
|
PORTVERSION= 0.4.1
|
|
CATEGORIES= devel www pear
|
|
|
|
MAINTAINER= joneum@FreeBSD.org
|
|
COMMENT= Classes that represent and manipulate fractions
|
|
|
|
LICENSE= PHP30
|
|
|
|
USES= pear
|
|
|
|
.include <bsd.port.mk>
|