diff options
author | bapt <bapt@FreeBSD.org> | 2017-10-04 19:29:14 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2017-10-04 19:29:14 +0800 |
commit | 0fa7bf6813fbad199d25f460aabcbab8486b0c50 (patch) | |
tree | 0de18533b6f4f04bd12eefda84399d3b60d1d1bd /www/lilurl | |
parent | 621f1c8ce4732bece01f8671abce7e94e5af2464 (diff) | |
download | freebsd-ports-gnome-0fa7bf6813fbad199d25f460aabcbab8486b0c50.tar.gz freebsd-ports-gnome-0fa7bf6813fbad199d25f460aabcbab8486b0c50.tar.zst freebsd-ports-gnome-0fa7bf6813fbad199d25f460aabcbab8486b0c50.zip |
Convert to USES=php
While here convert some ports to optiosn helpers
Diffstat (limited to 'www/lilurl')
-rw-r--r-- | www/lilurl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/lilurl/Makefile b/www/lilurl/Makefile index aadb990d731d..9e3f961cf394 100644 --- a/www/lilurl/Makefile +++ b/www/lilurl/Makefile @@ -10,10 +10,10 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}.tar.gz MAINTAINER= ports@FreeBSD.org COMMENT= Simple PHP/MySQL script for generating lil? URLs +USES= php:web USE_PHP= mysql pcre NO_BUILD= yes NO_ARCH= yes -WANT_PHP_WEB= yes WRKSRC= ${WRKDIR}/${PORTNAME} LILURL_DIR?= www/lilurl |