Changeset View
Changeset View
Standalone View
Standalone View
devel/py-twisted/Makefile
| Show All 10 Lines | |||||
| LICENSE= MIT | LICENSE= MIT | ||||
| RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}twistedCore>=${PORTVERSION}:${PORTSDIR}/devel/py-twistedCore | RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}twistedCore>=${PORTVERSION}:${PORTSDIR}/devel/py-twistedCore | ||||
| USES= metaport python:2 | USES= metaport python:2 | ||||
| # Bypass infrastructure bug | # Bypass infrastructure bug | ||||
| OPTIONSFILE= ${PORT_DBDIR}/py-${PORTNAME}/options | |||||
| OPTIONS_DEFINE= CONCH LORE MAIL NAMES NEWS PAIR RUNNER WEB WORDS | OPTIONS_DEFINE= CONCH LORE MAIL NAMES NEWS PAIR RUNNER WEB WORDS | ||||
| OPTIONS_DEFAULT=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 | CONCH_DESC= SSH and SFTP protocol | ||||
| LORE_DESC= Documentation generator | LORE_DESC= Documentation generator | ||||
| MAIL_DESC= SMTP, IMAP and POP protocol | MAIL_DESC= SMTP, IMAP and POP protocol | ||||
| NAMES_DESC= DNS protocol | NAMES_DESC= DNS protocol | ||||
| NEWS_DESC= NNTP protocol | NEWS_DESC= NNTP protocol | ||||
| PAIR_DESC= Twisted Pair can do low level TCP work | PAIR_DESC= Twisted Pair can do low level TCP work | ||||
| Show All 14 Lines | |||||