diff options
author | wen <wen@FreeBSD.org> | 2015-11-30 16:02:29 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2015-11-30 16:02:29 +0800 |
commit | 0251a8898e9b2342b578c9e56a7b591e34948c9f (patch) | |
tree | 260f2fc981c037880b7b13b13cd3291bf45a66b0 /www | |
parent | c03817eaa9298d6fcad2c63feda39d3c04650e23 (diff) | |
download | freebsd-ports-gnome-0251a8898e9b2342b578c9e56a7b591e34948c9f.tar.gz freebsd-ports-gnome-0251a8898e9b2342b578c9e56a7b591e34948c9f.tar.zst freebsd-ports-gnome-0251a8898e9b2342b578c9e56a7b591e34948c9f.zip |
- Add CPE information
PR: 204835 204833 204832
Submitted by: shun.fbsd.pr@dropcut.net
Diffstat (limited to 'www')
-rw-r--r-- | www/moodle28/Makefile | 2 | ||||
-rw-r--r-- | www/moodle29/Makefile | 2 | ||||
-rw-r--r-- | www/moodle30/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/www/moodle28/Makefile b/www/moodle28/Makefile index cd33055abb1d..d0619254276d 100644 --- a/www/moodle28/Makefile +++ b/www/moodle28/Makefile @@ -17,7 +17,7 @@ RUN_DEPENDS= ${PHPBASE}/lib/php/${PHP_EXT_DIR}/intl.so:${PORTSDIR}/devel/pecl-in CONFLICTS= moodle30-3.0 moodle29-2.9.[0-9]* -USES= tar:tgz +USES= cpe tar:tgz USE_PHP= session gd pcre mbstring iconv tokenizer curl xml xmlrpc ctype \ soap openssl simplexml spl dom json zip zlib hash opcache WRKSRC= ${WRKDIR}/moodle diff --git a/www/moodle29/Makefile b/www/moodle29/Makefile index 7c73be6f7736..b9b551f7f3e8 100644 --- a/www/moodle29/Makefile +++ b/www/moodle29/Makefile @@ -17,7 +17,7 @@ RUN_DEPENDS= ${PHPBASE}/lib/php/${PHP_EXT_DIR}/intl.so:${PORTSDIR}/devel/pecl-in CONFLICTS= moodle30-3.0 moodle28-2.8.[0-9]* -USES= tar:tgz +USES= cpe tar:tgz USE_PHP= session gd pcre mbstring iconv tokenizer curl xml xmlrpc ctype \ soap openssl simplexml spl dom json zip zlib hash opcache WRKSRC= ${WRKDIR}/moodle diff --git a/www/moodle30/Makefile b/www/moodle30/Makefile index 12ecc892e4b9..2949feb65ee1 100644 --- a/www/moodle30/Makefile +++ b/www/moodle30/Makefile @@ -18,7 +18,7 @@ RUN_DEPENDS= ${PHPBASE}/lib/php/${PHP_EXT_DIR}/intl.so:${PORTSDIR}/devel/pecl-in CONFLICTS= moodle28-2.8.[0-9]* moodle29-2.9.[0-9]* -USES= tar:tgz +USES= cpe tar:tgz USE_PHP= ctype curl dom gd hash iconv json mbstring opcache openssl pcre \ session simplexml soap spl tokenizer xml xmlrpc zip zlib WRKSRC= ${WRKDIR}/moodle |