blob: c7c18288ecd52c4f80378c225244ef56b427f7aa (
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
|
PORTNAME= httpcore5
DISTVERSION= 5.5-beta2 # Check the compatibility with math/scilab
CATEGORIES= www java
MASTER_SITES= https://repo1.maven.org/maven2/org/apache/httpcomponents/core5/httpcore5/${DISTVERSION}/
EXTRACT_SUFX= .jar
EXTRACT_ONLY=
MAINTAINER= thierry@FreeBSD.org
COMMENT= Java components implementing the base HTTP protocol v.5
WWW= https://hc.apache.org/httpcomponents-core-5.5.x/
LICENSE= APACHE20
USES= java:run
NO_BUILD= yes
NO_ARCH= yes
PLIST_FILES= %%JAVAJARDIR%%/${PORTNAME}.jar
do-install:
@${MKDIR} ${STAGEDIR}${JAVAJARDIR}
${INSTALL_DATA} ${DISTDIR}/${DISTNAME}.jar \
${STAGEDIR}${JAVAJARDIR}/${PORTNAME}.jar
.include <bsd.port.mk>
|