d7f0752227
we expected and it's easier|safer to do it this way than fiddle with pkg_add now. thanks aja for update tests with a quick bulk.
25 lines
434 B
Makefile
25 lines
434 B
Makefile
# $OpenBSD: Makefile,v 1.9 2019/04/28 20:51:44 sthen Exp $
|
|
|
|
COMMENT = Python library to support the IDNA protocol
|
|
|
|
MODPY_EGG_VERSION = 2.5
|
|
DISTNAME = idna-${MODPY_EGG_VERSION}
|
|
PKGNAME = py-${DISTNAME}
|
|
CATEGORIES = net
|
|
REVISION = 0
|
|
|
|
HOMEPAGE = https://github.com/kjd/idna
|
|
|
|
# BSD-like
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
MODULES = lang/python
|
|
|
|
MODPY_PI = Yes
|
|
MODPY_SETUPTOOLS = Yes
|
|
|
|
FLAVORS = python3
|
|
FLAVOR ?=
|
|
|
|
.include <bsd.port.mk>
|