blob: bf8e9f272c4b0f9d6e1ef165de413f677e32b94e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# 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
CATEGORIES= math
MASTER_SITES= http://pure-lang.googlecode.com/files/
MAINTAINER= lichray@gmail.com
COMMENT= Rational number library for the Pure language
LIB_DEPENDS+= pure:${PORTSDIR}/lang/pure
LICENSE= GPLv3
PLIST_FILES= lib/pure/rational.pure \
lib/pure/rat_interval.pure
USE_GMAKE= yes
MAKE_ARGS+= prefix=${PREFIX}
.include <bsd.port.mk>
|