cbc186ec84
benchmarks/vegeta devel/busybee devel/git-lfs devel/gnu-efi devel/hub devel/libe devel/py-fabric3 devel/py-fabric3 dns/dhisd dns/dnscrypt-proxy2 dns/go-geodns emulators/hatari irc/weechat-otr lang/coffeescript net-mgmt/cacti88 net-mgmt/cacti88-spine net-p2p/libbt net/py-iplib net/py-iplib net/py-libfte net/py-sbws security/obfs4proxy-tor security/onionscan security/openvpn-admin security/py-fteproxy security/py-yubikey-manager security/super sysutils/intel-pcm-devel sysutils/openipmi sysutils/shim sysutils/xbatt textproc/multimarkdown textproc/regex2dfa www/onionshare Approved by: araujo (mentor) Differential Revision: https://reviews.freebsd.org/D18434
32 lines
745 B
Makefile
32 lines
745 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= weechat-otr
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 1.9.2
|
|
CATEGORIES= irc security python
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= egypcio@FreeBSD.org
|
|
COMMENT= WeeChat script for Off-the-Record (OTR) messaging
|
|
|
|
LICENSE= GPLv3
|
|
|
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}potr>=1.0.1:security/py-potr@${PY_FLAVOR}
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}potr>=1.0.1:security/py-potr@${PY_FLAVOR} \
|
|
weechat:irc/weechat
|
|
|
|
USES= python
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= mmb
|
|
|
|
NO_BUILD= yes
|
|
|
|
PLIST_FILES= ${PYTHON_SITELIBDIR}/weechat/weechat_otr.py
|
|
|
|
do-install:
|
|
${MKDIR} ${STAGEDIR}${PYTHON_SITELIBDIR}/weechat
|
|
${INSTALL_DATA} ${WRKSRC}/weechat_otr.py \
|
|
${STAGEDIR}${PYTHON_SITELIBDIR}/weechat/weechat_otr.py
|
|
|
|
.include <bsd.port.mk>
|