16 lines
460 B
Text
16 lines
460 B
Text
# $NetBSD: Makefile.common,v 1.44 2020/02/06 15:46:13 adam Exp $
|
|
#
|
|
# used by net/py-twisted/Makefile
|
|
# used by net/py-twisted-docs/Makefile
|
|
|
|
DISTNAME= Twisted-19.10.0
|
|
CATEGORIES= net python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=T/Twisted/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER?= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://www.twistedmatrix.com/
|
|
LICENSE= mit
|
|
|
|
DISTINFO_FILE?= ${.CURDIR}/../../net/py-twisted/distinfo
|
|
PATCHDIR?= ${.CURDIR}/../../net/py-twisted/patches
|