mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
ff60500447
PR: ports/161799 Submitted by: Zhihao Yuan <lichray@gmail.com> (maintainer)
27 lines
520 B
Makefile
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>
|