diff options
Diffstat (limited to 'www/yourls/Makefile')
-rw-r--r-- | www/yourls/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/yourls/Makefile b/www/yourls/Makefile index 86881e57cc38..ea0e46e72887 100644 --- a/www/yourls/Makefile +++ b/www/yourls/Makefile @@ -6,22 +6,22 @@ # PORTNAME= yourls -DISTVERSION= 1.5 +DISTVERSION= 1.5.1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} MAINTAINER= joehorn@gmail.com COMMENT= Your Own URL Shortener +LICENSE= GPLv3 + WRKSRC= ${WRKDIR}/${PORTNAME} EXTRACT_AFTER_ARGS= -d ${WRKSRC} -LICENSE= GPLv3 - USE_ZIP= YES NO_BUILD= YES -USE_PHP= curl json mysql pcre xml +USE_PHP= bcmath curl json mysql pcre xml SUB_LIST+= PKGNAME=${PKGNAME} SUB_FILES+= pkg-message |