diff options
author | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2015-12-30 10:46:53 +0000 |
---|---|---|
committer | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2015-12-30 10:46:53 +0000 |
commit | 737fa96d57f5d11ea2fe8ccd852e321175d5882b (patch) | |
tree | 6cf9354f4eb846bb60aaade84638797ab9cdb308 /databases | |
parent | 66993bdc55a5f84d8a5de6c126fa14e4cc7d5539 (diff) |
Notes
Diffstat (limited to 'databases')
-rw-r--r-- | databases/pure-sql3/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/databases/pure-sql3/Makefile b/databases/pure-sql3/Makefile index 65731038f132..4becf7fad4f0 100644 --- a/databases/pure-sql3/Makefile +++ b/databases/pure-sql3/Makefile @@ -5,14 +5,12 @@ PORTNAME= pure-sql3 PORTVERSION= 0.4 PORTREVISION= 4 CATEGORIES= databases -MASTER_SITES= https://cdn.bitbucket.org/purelang/pure-lang/downloads/ +MASTER_SITES= https://bitbucket.org/purelang/pure-lang/downloads/ DIST_SUBDIR= pure MAINTAINER= ports@FreeBSD.org COMMENT= Pure language binding to the SQLite3 library -BROKEN= unfetchable - LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING |