freebsd-ports/devel/pear-Math_Fraction/Makefile
2013-03-15 01:34:36 +00:00

18 lines
456 B
Makefile

# Created by: Martin Wilke <miwi@FreeBSD.org>
# $FreeBSD$
PORTNAME= Math_Fraction
PORTVERSION= 0.4.1
CATEGORIES= devel www pear
MAINTAINER= miwi@FreeBSD.org
COMMENT= Classes that represent and manipulate fractions
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
PEAR_AUTOINSTALL= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>