all the things

This commit is contained in:
c0dev0id
2023-01-10 11:45:28 +01:00
parent f3db1ea486
commit 7a9bbf0168
143 changed files with 15515 additions and 0 deletions

View File

@@ -0,0 +1,37 @@
COMMENT = sync remind with caldav
GH_ACCOUNT = jspricke
GH_PROJECT = remind-caldav
GH_TAGNAME = v0.8.0
CATEGORIES = misc
MAINTAINER = Stefan Hagen <sh+ports@codevoid.de>
# LICENSE
PERMIT_PACKAGE = Yes
MODULES = lang/python
MODPI_VERSION = ${MODPY_DEFAULT_VERSION}
# ?uses pledge()?
WANTLIB = ${MODPY_WANTLIB}
LIB_DEPENDS = ${MODPY_LIB_DEPENDS}
MODPY_PYBUILD = setuptools
#RUN_DEPENDS =
#BUILD_DEPENDS =
#TEST_DEPENDS =
#CONFIGURE_STYLE =
#MAKE_FLAGS =
#NO_TEST = Yes
#TEST_TARGET =
.include <bsd.port.mk>