diff options
author | Torsten Zuehlsdorff <tz@FreeBSD.org> | 2019-05-02 21:05:11 +0000 |
---|---|---|
committer | Torsten Zuehlsdorff <tz@FreeBSD.org> | 2019-05-02 21:05:11 +0000 |
commit | 5cc14a9ae5ccd5f542d3e5cc4d7b1726429f1713 (patch) | |
tree | b8f9c34e7c6609e3af5521481ae6316150b595be /www/dddbl | |
parent | cf0df21e647e484ba1f7d25b7841e335283c1ebd (diff) | |
download | ports-5cc14a9ae5ccd5f542d3e5cc4d7b1726429f1713.tar.gz ports-5cc14a9ae5ccd5f542d3e5cc4d7b1726429f1713.zip |
Notes
Diffstat (limited to 'www/dddbl')
-rw-r--r-- | www/dddbl/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/dddbl/Makefile b/www/dddbl/Makefile index 6b67c640159d..32ea00bdb776 100644 --- a/www/dddbl/Makefile +++ b/www/dddbl/Makefile @@ -5,11 +5,12 @@ PORTNAME= dddbl PORTVERSION= 2.0.1 CATEGORIES= www MASTER_SITES= http://www.dddbl.de/dddbl-versions/ +PKGNAMEPREFIX= ${PHP_PKGNAMEPREFIX} MAINTAINER= tz@FreeBSD.org COMMENT= Definition Driven Database Layer for PHP -USES= php tar:bzip2 +USES= php:flavors tar:bzip2 NO_BUILD= yes NO_ARCH= yes |