40 lines
1.6 KiB
Makefile
40 lines
1.6 KiB
Makefile
# Created by: Johann Visagie <wjv@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= twisted
|
|
PORTVERSION= 15.2.1
|
|
CATEGORIES= devel net python
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
PKGNAMESUFFIX= 152
|
|
|
|
MAINTAINER= python@FreeBSD.org
|
|
COMMENT= Metaport of Twisted, an event-driven networking engine
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}twistedCore>=${PORTVERSION}:devel/py-twistedCore
|
|
|
|
USES= metaport python:2
|
|
|
|
OPTIONS_DEFINE= CONCH LORE MAIL NAMES NEWS PAIR RUNNER WEB WORDS
|
|
OPTIONS_DEFAULT=CONCH LORE MAIL NAMES NEWS PAIR RUNNER WEB WORDS
|
|
CONCH_DESC= SSH and SFTP protocol
|
|
LORE_DESC= Documentation generator
|
|
MAIL_DESC= SMTP, IMAP and POP protocol
|
|
NAMES_DESC= DNS protocol
|
|
NEWS_DESC= NNTP protocol
|
|
PAIR_DESC= Twisted Pair can do low level TCP work
|
|
RUNNER_DESC= Process management
|
|
WEB_DESC= HTTP protocol
|
|
WORDS_DESC= Chat and Instant Messaging
|
|
CONCH_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}twistedConch>=${PORTVERSION}:security/py-twistedConch
|
|
LORE_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}twistedLore>=${PORTVERSION}:textproc/py-twistedLore
|
|
MAIL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}twistedMail>=${PORTVERSION}:mail/py-twistedMail
|
|
NAMES_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}twistedNames>=${PORTVERSION}:dns/py-twistedNames
|
|
NEWS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}twistedNews>=${PORTVERSION}:news/py-twistedNews
|
|
PAIR_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}twistedPair>=${PORTVERSION}:net/py-twistedPair
|
|
RUNNER_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}twistedRunner>=${PORTVERSION}:devel/py-twistedRunner
|
|
WEB_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}twistedWeb>=${PORTVERSION}:www/py-twistedWeb
|
|
WORDS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}twistedWords>=${PORTVERSION}:net-im/py-twistedWords
|
|
|
|
.include <bsd.port.mk>
|