mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
20 lines
374 B
Makefile
20 lines
374 B
Makefile
COMMENT = module for RFC 5451 Authentication-Results Headers
|
|
|
|
MODPY_DISTV = 1.2.0
|
|
DISTNAME = authres-${MODPY_DISTV}
|
|
PKGNAME = py-${DISTNAME}
|
|
CATEGORIES = mail
|
|
REVISION = 2
|
|
|
|
HOMEPAGE = https://launchpad.net/authentication-results-python
|
|
|
|
# Apache 2.0
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = lang/python
|
|
MODPY_PI = Yes
|
|
MODPY_PYBUILD = setuptools
|
|
NO_TEST = Yes
|
|
|
|
.include <bsd.port.mk>
|