Lines 3-12
Link Here
|
3 |
|
3 |
|
4 |
PORTNAME= solidity |
4 |
PORTNAME= solidity |
5 |
PORTVERSION= 0.4.23 |
5 |
PORTVERSION= 0.4.23 |
|
|
6 |
PORTREVISION= 1 |
6 |
CATEGORIES= lang |
7 |
CATEGORIES= lang |
7 |
MASTER_SITES= https://github.com/ethereum/solidity/releases/download/v${PORTVERSION}/ |
8 |
MASTER_SITES= https://github.com/ethereum/solidity/releases/download/v${PORTVERSION}/ |
8 |
DISTNAME= ${PORTNAME}_${PORTVERSION} |
9 |
DISTNAME= ${PORTNAME}_${PORTVERSION} |
9 |
|
10 |
|
|
|
11 |
PATCH_SITES= https://github.com/ethereum/${PORTNAME}/commit/ |
12 |
PATCHFILES= 3d7c33d849cb.patch:-p1 |
13 |
|
10 |
MAINTAINER= ale@FreeBSD.org |
14 |
MAINTAINER= ale@FreeBSD.org |
11 |
COMMENT= Solidity Contract-Oriented Programming Language |
15 |
COMMENT= Solidity Contract-Oriented Programming Language |
12 |
|
16 |
|