a
This commit is contained in:
37
productivity/radicale3/Makefile
Normal file
37
productivity/radicale3/Makefile
Normal file
@@ -0,0 +1,37 @@
|
||||
COMMENT = simple CalDAV calendar server
|
||||
|
||||
MODPY_DISTV = 3.5.5
|
||||
DISTNAME = radicale-${MODPY_DISTV}
|
||||
PKGNAME = ${DISTNAME:L}
|
||||
CATEGORIES = productivity net
|
||||
REVISION = 0
|
||||
|
||||
HOMEPAGE = https://radicale.org/
|
||||
|
||||
# GPLv3+
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
MODULES = lang/python
|
||||
MODPY_PI = Yes
|
||||
MODPY_PYBUILD = setuptools
|
||||
|
||||
RUN_DEPENDS = devel/py-dateutil>=2.9.0 \
|
||||
devel/py-setuptools \
|
||||
security/py-passlib \
|
||||
textproc/py-vobject \
|
||||
textproc/py-charset-normalizer \
|
||||
textproc/py-defusedxml \
|
||||
devel/py-six \
|
||||
www/py-urllib3 \
|
||||
devel/py-certifi \
|
||||
devel/py-tz
|
||||
|
||||
NO_TEST = Yes
|
||||
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/{doc,examples}/radicale
|
||||
${SUBST_DATA} ${WRKSRC}/config ${PREFIX}/share/examples/radicale/config
|
||||
touch ${PREFIX}/share/examples/radicale/log
|
||||
|
||||
.include <bsd.port.mk>
|
||||
Reference in New Issue
Block a user