aboutsummaryrefslogtreecommitdiff
path: root/databases/py-queries
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2017-02-04 07:57:42 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2017-02-04 07:57:42 +0000
commita83aa892bbbdfec0b5bfaa11d658afe02f38dadb (patch)
tree45fc654dee8804bad2067f0a0b3b53c7a64582d6 /databases/py-queries
parent21a7215c9a806f970a618637b3834065873c16cc (diff)
downloadports-a83aa892bbbdfec0b5bfaa11d658afe02f38dadb.tar.gz
ports-a83aa892bbbdfec0b5bfaa11d658afe02f38dadb.zip
- Spell `LICENSE_FILE' variable correctly
- Fix some nearby bogosities (when noticed)
Notes
Notes: svn path=/head/; revision=433287
Diffstat (limited to 'databases/py-queries')
-rw-r--r--databases/py-queries/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/py-queries/Makefile b/databases/py-queries/Makefile
index 8b0d3c01fb40..805ea369aa95 100644
--- a/databases/py-queries/Makefile
+++ b/databases/py-queries/Makefile
@@ -11,7 +11,7 @@ MAINTAINER= gblach@FreeBSD.org
COMMENT= Simplified PostgreSQL client built upon Psycopg2
LICENSE= BSD3CLAUSE
-LICENSE_FILES= ${WRKSRC}/LICENSE
+LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psycopg2>=2.5.1:databases/py-psycopg2