summaryrefslogtreecommitdiff
path: root/databases/py-SQLDict
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2009-08-18 20:15:55 +0000
committerMartin Wilke <miwi@FreeBSD.org>2009-08-18 20:15:55 +0000
commit6ead6f393ae0c2176a91b0b6bb75b5db4edd02e3 (patch)
tree3d144b8128367601b9438a0c561b12ef3cb6efc4 /databases/py-SQLDict
parentReformat port description. (diff)
Eliminate hard coded "PKGNAMEPREFIX= py-"
PR: 137859 Submitted by: olli hauer <ohauer@gmx.de>
Notes
Notes: svn path=/head/; revision=239877
Diffstat (limited to 'databases/py-SQLDict')
-rw-r--r--databases/py-SQLDict/Makefile16
1 files changed, 8 insertions, 8 deletions
diff --git a/databases/py-SQLDict/Makefile b/databases/py-SQLDict/Makefile
index 48d524f6015e..ffbc4a40d456 100644
--- a/databases/py-SQLDict/Makefile
+++ b/databases/py-SQLDict/Makefile
@@ -5,17 +5,17 @@
# $FreeBSD$
#
-PORTNAME= SQLDict
-PORTVERSION= 1.0.0
-CATEGORIES= databases python
-MASTER_SITES= http://dustman.net/andy/python/SQLDict/1.0.0/
-PKGNAMEPREFIX= py-
+PORTNAME= SQLDict
+PORTVERSION= 1.0.0
+CATEGORIES= databases python
+MASTER_SITES= http://dustman.net/andy/python/SQLDict/1.0.0/
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Python dictionary wrapper around a SQL database
-USE_PYTHON= yes
-NO_WRKSUBDIR= yes
+USE_PYTHON= yes
+NO_WRKSUBDIR= yes
do-build:
@cd ${WRKSRC} && ${PYTHON_CMD} -c 'import SQLDict'