blob: 29b9430d9a4680bc84462fe951486b5229e42e5f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
PORTNAME= pydev
PORTVERSION= 12.0.0
CATEGORIES= java devel python
MASTER_SITES= https://github.com/fabioz/Pydev/releases/download/${PORTNAME}_12_0_0/
PKGNAMEPREFIX= eclipse-
DISTNAME= PyDev.${PORTVERSION}
MAINTAINER= mizhka@FreeBSD.org
COMMENT= Eclipse plugin for Python and Jython development
WWW= https://www.pydev.org/
LICENSE= EPL
RUN_DEPENDS= ${LOCALBASE}/bin/eclipse:java/eclipse
USES= java python zip
JAVA_OS= native
NO_BUILD= YES
NO_WRKSUBDIR= YES
PLIST_SUB+= PYDEV_VER=12.0.0.202402010911
OPTIONS_DEFINE= JYTHON
JYTHON_DESC= Use Jython as Python interpreter
JYTHON_RUN_DEPENDS= jython:lang/jython
PLUGINDIR= share/eclipse/dropins/${PORTNAME}/eclipse
do-install:
@(cd ${WRKSRC} && ${COPYTREE_SHARE} "features plugins" ${STAGEDIR}${PREFIX}/${PLUGINDIR})
.include <bsd.port.mk>
|