15 lines
260 B
Makefile
15 lines
260 B
Makefile
# Created by: Martin Wilke <miwi@FreeBSD.org>
|
|
|
|
PORTNAME= Math_Fraction
|
|
PORTVERSION= 0.4.1
|
|
CATEGORIES= devel www pear
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Classes that represent and manipulate fractions
|
|
|
|
LICENSE= PHP30
|
|
|
|
USES= pear
|
|
|
|
.include <bsd.port.mk>
|