1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/math/pure-rational/Makefile
Pav Lucistnik ff60500447 - Update pure to 0.51 and update modules
PR:		ports/161799
Submitted by:	Zhihao Yuan <lichray@gmail.com> (maintainer)
2012-01-26 11:18:51 +00:00

27 lines
520 B
Makefile

# New ports collection makefile for: pure-rational
# Date created: 2011-10-09
# Whom: Zhihao Yuan <lichray@gmail.com>
#
# $FreeBSD$
#
PORTNAME= pure-rational
PORTVERSION= 0.1
PORTREVISION= 1
CATEGORIES= math
MAINTAINER= lichray@gmail.com
COMMENT= Rational number library for the Pure language
LICENSE= GPLv3
USE_PURE= yes
NO_PURE_EXAMPLES= yes
PLIST_FILES= lib/pure/rational.pure \
lib/pure/rat_interval.pure
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/lang/pure/bsd.pure.mk"
.include <bsd.port.post.mk>