forked from Lainports/freebsd-ports
26 lines
520 B
Makefile
26 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>
|