mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
a9dcad2fff
With hat: portmgr Sponsored by: Absolight
36 lines
1.0 KiB
Makefile
36 lines
1.0 KiB
Makefile
# Created by: Kubilay Kocak <koobs@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= limnoria
|
|
PORTVERSION= 2016.02.24
|
|
CATEGORIES= irc python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= koobs@FreeBSD.org
|
|
COMMENT= Modified version of Supybot (an IRC bot and framework)
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}chardet>=0:textproc/py-chardet \
|
|
${PYTHON_PKGNAMEPREFIX}pytz>=0:devel/py-pytz \
|
|
${PYTHON_PKGNAMEPREFIX}dateutil>=0:devel/py-dateutil \
|
|
${PYTHON_PKGNAMEPREFIX}python-gnupg>=0:security/py-python-gnupg \
|
|
${PYTHON_PKGNAMEPREFIX}feedparser>=0:textproc/py-feedparser \
|
|
${PYTHON_PKGNAMEPREFIX}sqlalchemy>=0:databases/py-sqlalchemy \
|
|
${PYTHON_PKGNAMEPREFIX}pysocks>=0:net/py-pysocks \
|
|
${PYTHON_PKGNAMEPREFIX}ecdsa>0:security/py-ecdsa
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
NO_ARCH= yes
|
|
|
|
# Needs to be installed first to work.
|
|
|
|
do-test:
|
|
@cd ${WRKSRC} && ${LOCALBASE}/bin/supybot-test \
|
|
--no-network \
|
|
--plugins-dir="./build/lib*/supybot/plugins/" \
|
|
--disable-multiprocessing
|
|
|
|
.include <bsd.port.mk>
|