diff options
Diffstat (limited to 'devel/py-uuid7/Makefile')
-rw-r--r-- | devel/py-uuid7/Makefile | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/devel/py-uuid7/Makefile b/devel/py-uuid7/Makefile new file mode 100644 index 000000000000..cc9728e84495 --- /dev/null +++ b/devel/py-uuid7/Makefile @@ -0,0 +1,27 @@ +PORTNAME= uuid7 +DISTVERSION= 0.1.0 +CATEGORIES= devel python +MASTER_SITES= PYPI +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= tagattie@FreeBSD.org +COMMENT= UUID version 7, which are time-sortable +WWW= https://github.com/stevesimmons/uuid7 + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= python +USE_PYTHON= autoplist distutils pytest + +NO_ARCH= yes + +PORTDOCS= CONTRIBUTING.rst README.rst + +OPTIONS_DEFINE= DOCS + +post-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_MAN} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} + +.include <bsd.port.mk> |