diff options
Diffstat (limited to 'www/dokuwiki/Makefile')
-rw-r--r-- | www/dokuwiki/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/www/dokuwiki/Makefile b/www/dokuwiki/Makefile index c5b63500df2d..e2e2f0c4a9f7 100644 --- a/www/dokuwiki/Makefile +++ b/www/dokuwiki/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: dokuwiki -# Date created: 2005-04-10 -# Whom: chinsan <chinsan@mail2000.com.tw> -# +# Created by: Chin-San Huang <chinsan@mail2000.com.tw> # $FreeBSD$ -# PORTNAME= dokuwiki PORTVERSION= ${DIST_VER:S/${PORTNAME}//:S/-//g} @@ -16,6 +12,9 @@ EXTRACT_SUFX= .tgz MAINTAINER= delphij@FreeBSD.org COMMENT= A simple and easy to use wiki, no database required +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + DIST_VER= ${PORTNAME}-2012-10-13 USE_PHP= gd mbstring openssl pcre session xml zlib NO_BUILD= YES |