blob: aaac3b72f87930f418674e3bde88d3eec0f0300a (
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
|
PORTNAME= pkl
DISTVERSION= 0.26.0
CATEGORIES= lang java
MASTER_SITES= https://github.com/apple/pkl/releases/download/${PORTVERSION}/
DISTNAME= jpkl
EXTRACT_SUFX=
DIST_SUBDIR= ${PORTNAME}-${PORTVERSION}
EXTRACT_ONLY= # empty
MAINTAINER= nyan@myuji.xyz
COMMENT= Apple's Open Source Configuration as Code language
WWW= https://pkl-lang.org
LICENSE= APACHE20
USES= java
JAVA_VERSION= 17+
NO_ARCH= yes
NO_BUILD= yes
PLIST_FILES= bin/pkl
do-install:
${INSTALL_SCRIPT} ${DISTDIR}/${DIST_SUBDIR}/jpkl ${STAGEDIR}${PREFIX}/bin/pkl
.include <bsd.port.mk>
|