diff options
author | wg <wg@FreeBSD.org> | 2015-04-04 20:25:59 +0800 |
---|---|---|
committer | wg <wg@FreeBSD.org> | 2015-04-04 20:25:59 +0800 |
commit | 64fa3ee23d44319fb1fb4e08e99fce38728f55b7 (patch) | |
tree | 7ab29a98238af0b2af4e95deb2edac2d5c5c0f62 | |
parent | 71abe60cb54200be2c3cab3241c7c14c6f0294ea (diff) | |
download | freebsd-ports-gnome-64fa3ee23d44319fb1fb4e08e99fce38728f55b7.tar.gz freebsd-ports-gnome-64fa3ee23d44319fb1fb4e08e99fce38728f55b7.tar.zst freebsd-ports-gnome-64fa3ee23d44319fb1fb4e08e99fce38728f55b7.zip |
databases/pymongo: add PKGNAMEPREFIX
Submitted by: demon
-rw-r--r-- | databases/pymongo/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/pymongo/Makefile b/databases/pymongo/Makefile index eb095d949d42..a269cca6e2dd 100644 --- a/databases/pymongo/Makefile +++ b/databases/pymongo/Makefile @@ -5,6 +5,7 @@ PORTNAME= pymongo PORTVERSION= 2.7.1 CATEGORIES= databases python MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= wg@FreeBSD.org COMMENT= Python driver for MongoDB |