24 lines
423 B
Makefile
24 lines
423 B
Makefile
# $OpenBSD: Makefile,v 1.8 2017/06/20 20:23:39 shadchin Exp $
|
|
|
|
COMMENT = Python library to support the IDNA protocol
|
|
|
|
MODPY_EGG_VERSION = 2.5
|
|
DISTNAME = idna-${MODPY_EGG_VERSION}
|
|
PKGNAME = py-${DISTNAME}
|
|
CATEGORIES = net
|
|
|
|
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>
|