- Add LICENSE
- Add CPE info - Fix WWW
This commit is contained in:
parent
d60f615ed0
commit
3a298a7828
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=384377
2 changed files with 6 additions and 2 deletions
|
@ -10,6 +10,9 @@ MASTER_SITES= SF/php-blog/${PORTNAME}/${PORTVERSION}
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= PHP based weblog software
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/docs/LICENSE
|
||||
|
||||
RUN_DEPENDS= ${LOCALBASE}/share/pear/File/Archive.php:${PORTSDIR}/archivers/pear-File_Archive
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
|
@ -20,7 +23,8 @@ PLIST_SUB+= WWWOWN="${WWWOWN}" WWWGRP="${WWWGRP}"
|
|||
USE_PHP= session pcre gd openssl mbstring iconv zlib xml
|
||||
#SUB_LIST+= SERENDIPITY=${SERENDIPITY}
|
||||
SUB_FILES= pkg-message
|
||||
USES= tar:bzip2
|
||||
USES= cpe tar:bzip2
|
||||
CPE_VENDOR= s9y
|
||||
|
||||
OPTIONS_DEFINE= MYSQL PGSQL SQLITE MAGICK
|
||||
OPTIONS_DEFAULT= MYSQL MAGICK
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Serendipity is a weblog/blog system, implemented with PHP.
|
||||
It is standards compliant, feature rich and open source (BSD License).
|
||||
|
||||
WWW: http://www.s9y.org
|
||||
WWW: http://www.s9y.org/
|
||||
|
|
Loading…
Reference in a new issue