www/dojo: Add CPE information
Approved by: portmgr (blanket)
This commit is contained in:
parent
bbf7b02c8a
commit
dce822d3f4
1 changed files with 5 additions and 1 deletions
|
@ -7,6 +7,9 @@ DISTNAME= dojo-release-${PORTVERSION}
|
|||
MAINTAINER= wg@FreeBSD.org
|
||||
COMMENT= Open-source DHTML toolkit written in JavaScript
|
||||
|
||||
USES= cpe
|
||||
CPE_VENDOR= linuxfoundation
|
||||
|
||||
NO_BUILD= yes
|
||||
SHAREOWN= www
|
||||
SHAREGRP= www
|
||||
|
@ -17,7 +20,8 @@ OPTIONS_SUB= yes
|
|||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MAPACHE}
|
||||
USES= apache:run,2.2+
|
||||
USES= apache:run,2.2+ cpe
|
||||
CPE_VENDOR= linuxfoundation
|
||||
CONFDIR= ${PREFIX}/${CONFDIR_REL}
|
||||
CONFDIR_REL= ${APACHEETCDIR}/Includes
|
||||
PLIST_SUB+= CONFDIR=${CONFDIR_REL}
|
||||
|
|
Loading…
Reference in a new issue