Lines 6-19
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= pure-sockets |
8 |
PORTNAME= pure-sockets |
9 |
PORTVERSION= 0.4 |
9 |
PORTVERSION= 0.5 |
10 |
CATEGORIES= net |
10 |
CATEGORIES= net |
11 |
MASTER_SITES= http://pure-lang.googlecode.com/files/ |
11 |
MASTER_SITES= http://pure-lang.googlecode.com/files/ |
12 |
|
12 |
|
13 |
MAINTAINER= lichray@gmail.com |
13 |
MAINTAINER= lichray@gmail.com |
14 |
COMMENT= Pure language interface to the Berkeley socket functions |
14 |
COMMENT= Pure language interface to the Berkeley socket functions |
15 |
|
15 |
|
|
|
16 |
.include <bsd.port.pre.mk> |
17 |
|
18 |
.if ${OSVERSION} < 900014 |
16 |
BUILD_DEPENDS+= clang>=2.8:${PORTSDIR}/lang/clang |
19 |
BUILD_DEPENDS+= clang>=2.8:${PORTSDIR}/lang/clang |
|
|
20 |
.endif |
17 |
LIB_DEPENDS+= pure.7:${PORTSDIR}/lang/pure |
21 |
LIB_DEPENDS+= pure.7:${PORTSDIR}/lang/pure |
18 |
|
22 |
|
19 |
LICENSE_FILE= ${WRKSRC}/COPYING |
23 |
LICENSE_FILE= ${WRKSRC}/COPYING |
Lines 28-35
Link Here
|
28 |
|
32 |
|
29 |
PORTEXAMPLES= * |
33 |
PORTEXAMPLES= * |
30 |
|
34 |
|
31 |
.include <bsd.port.pre.mk> |
|
|
32 |
|
33 |
post-install: |
35 |
post-install: |
34 |
.if !defined(NOPORTEXAMPLES) |
36 |
.if !defined(NOPORTEXAMPLES) |
35 |
@${MKDIR} ${EXAMPLESDIR} |
37 |
@${MKDIR} ${EXAMPLESDIR} |