freebsd-ports/devel/py-twisted152/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

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>