aboutsummaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-04-29 07:50:56 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-04-29 07:50:56 +0000
commitb883f418da308d3227d4a402fc4c51dddc76152e (patch)
tree99529a9dca94015ec002831ccab72f7e4e99e6d2 /databases
parent0ae0d7ccd4a98fdfd0667e0d2859c41ef34ed74a (diff)
downloadports-b883f418da308d3227d4a402fc4c51dddc76152e.tar.gz
ports-b883f418da308d3227d4a402fc4c51dddc76152e.zip
Add PORTSCOUT
- Use USES=python:3.3+
Notes
Notes: svn path=/head/; revision=439739
Diffstat (limited to 'databases')
-rw-r--r--databases/py3-apsw/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/databases/py3-apsw/Makefile b/databases/py3-apsw/Makefile
index 540f0b6ec19f..cee12aa69a44 100644
--- a/databases/py3-apsw/Makefile
+++ b/databases/py3-apsw/Makefile
@@ -1,7 +1,9 @@
# $FreeBSD$
-MASTERDIR= ${.CURDIR}/../py-apsw
+USES= localbase python:3.3+ sqlite:3
+
+PORTSCOUT= ignore:1
-USES= localbase python:3.2+ sqlite:3
+MASTERDIR= ${.CURDIR}/../py-apsw
.include "${MASTERDIR}/Makefile"