diff options
Diffstat (limited to 'www/smarty3/Makefile')
-rw-r--r-- | www/smarty3/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/www/smarty3/Makefile b/www/smarty3/Makefile index a692f12b1f46..c2f006c42809 100644 --- a/www/smarty3/Makefile +++ b/www/smarty3/Makefile @@ -1,18 +1,17 @@ # Created by: Michael Fausten <ports@michael-fausten.de> # $FreeBSD$ -PORTNAME= smarty3 +PORTNAME= smarty PORTVERSION= 3.1.29 DISTVERSIONPREFIX= v CATEGORIES= www +PKGNAMESUFFIX= 3 MAINTAINER= ports@michael-fausten.de COMMENT= PHP compiling template engine LICENSE= LGPL3 -WRKSRC= ${WRKDIR}/smarty-${PORTVERSION} - NO_BUILD= yes USE_PHP= pcre WANT_PHP_WEB= yes @@ -22,7 +21,6 @@ SUB_FILES= pkg-message USE_GITHUB= yes GH_ACCOUNT= smarty-php -GH_PROJECT= smarty do-install: @${MKDIR} ${STAGEDIR}${DATADIR} |