diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-04-16 09:51:04 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-04-16 09:51:04 +0800 |
commit | 6d56341d09a739b1b8c4dd744a6b8bd2bfd02d0e (patch) | |
tree | 9c4b804620e4b4beee554eb543b379dd17435721 /net-im/openfire | |
parent | a53dfffb9fc7e1e482f1a0fe08bc1b518fc37826 (diff) | |
download | freebsd-ports-gnome-6d56341d09a739b1b8c4dd744a6b8bd2bfd02d0e.tar.gz freebsd-ports-gnome-6d56341d09a739b1b8c4dd744a6b8bd2bfd02d0e.tar.zst freebsd-ports-gnome-6d56341d09a739b1b8c4dd744a6b8bd2bfd02d0e.zip |
- Add CPE info
Approved by: portmgr blanket
Diffstat (limited to 'net-im/openfire')
-rw-r--r-- | net-im/openfire/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net-im/openfire/Makefile b/net-im/openfire/Makefile index e85f575988b7..0efd119d4cce 100644 --- a/net-im/openfire/Makefile +++ b/net-im/openfire/Makefile @@ -19,13 +19,15 @@ OPTIONS_DEFINE= DOCS PLUGINS OPTIONS_DEFAULT=PLUGINS PLUGINS_DESC= Install bundled plugins -USES= dos2unix zip +USES= cpe dos2unix zip DOS2UNIX_FILES= src/java/org/jivesoftware/openfire/server/ServerDialback.java USE_LDCONFIG= yes USE_ANT= yes USE_JAVA= yes JAVA_VERSION= 1.6 1.7 +CPE_VENDOR= igniterealtime + ALL_TARGET= openfire USE_RC_SUBR= openfire SUB_FILES+= pkg-message |