- Bump PORTREVISION (missed at last commit)
- Add LICENSE - Pet portlint
This commit is contained in:
parent
0475a57753
commit
5302eb2cbc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=359978
3 changed files with 5 additions and 3 deletions
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= helma
|
||||
PORTVERSION= 1.7.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= www java
|
||||
MASTER_SITES= http://adele.helma.org/download/helma/${PORTVERSION}/ \
|
||||
LOCAL/decke
|
||||
|
@ -11,6 +12,9 @@ DISTFILES= helma-${PORTVERSION}.tar.gz helma-${PORTVERSION}-src.tar.gz
|
|||
MAINTAINER= decke@FreeBSD.org
|
||||
COMMENT= A Web application framework for fast and efficient scripting
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKBASE}/licenses/license.txt
|
||||
|
||||
WRKBASE= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||
WRKSRC= ${WRKBASE}
|
||||
DATADIR= ${JAVASHAREDIR}/${PORTNAME}
|
||||
|
@ -36,7 +40,6 @@ OPTIONS_DEFINE= MYSQL
|
|||
OPTIONS_SUB= yes
|
||||
OPTIONS_DESC= "Install MySQL Connector for Java"
|
||||
|
||||
|
||||
MYSQL_RUN_DEPENDS= ${JAVALIBDIR}/mysql-connector-java.jar:${PORTSDIR}/databases/mysql-connector-java
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
|
|
@ -2,4 +2,4 @@ Helma is an open source web application framework for fast
|
|||
and efficient scripting and serving of your websites and
|
||||
Internet applications.
|
||||
|
||||
WWW: http://www.helma.org/
|
||||
WWW: http://www.helma.org/
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
@comment $FreeBSD: ports/www/helma/pkg-plist,v 1.2 2008/12/22 21:13:15 miwi Exp $
|
||||
@sample %%ETCDIR%%/apps.properties.sample
|
||||
@sample %%ETCDIR%%/db.properties.sample
|
||||
@sample %%ETCDIR%%/helma.conf.sample
|
||||
|
|
Loading…
Reference in a new issue