mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-13 03:51:18 +02:00
create bsd12 branch
This commit is contained in:
28
java/jakarta-commons-cli/Makefile
Normal file
28
java/jakarta-commons-cli/Makefile
Normal file
@@ -0,0 +1,28 @@
|
||||
# Created by: Ernst de Haan <znerd@FreeBSD.org>
|
||||
# $FreeBSD: head/java/jakarta-commons-cli/Makefile 436134 2017-03-14 08:53:21Z vanilla $
|
||||
|
||||
PORTNAME= commons-cli
|
||||
PORTVERSION= 1.4
|
||||
CATEGORIES= java devel
|
||||
MASTER_SITES= APACHE_COMMONS_BINARIES
|
||||
PKGNAMEPREFIX= jakarta-
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION}-bin
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Java library for command line arguments and options
|
||||
|
||||
USE_JAVA= yes
|
||||
JAVA_VERSION= 1.6+
|
||||
NO_BUILD= yes
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||
|
||||
JARFILE= ${PORTNAME}-${PORTVERSION}.jar
|
||||
DESTJARFILE= ${PORTNAME}.jar
|
||||
PLIST_FILES= %%JAVAJARDIR%%/${DESTJARFILE}
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/${JARFILE} \
|
||||
${STAGEDIR}${JAVAJARDIR}/${DESTJARFILE}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
3
java/jakarta-commons-cli/distinfo
Normal file
3
java/jakarta-commons-cli/distinfo
Normal file
@@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1489478273
|
||||
SHA256 (commons-cli-1.4-bin.tar.gz) = e9f134cd94c13a77b87648871140104338a3b90320658c1860b73f4d5732a793
|
||||
SIZE (commons-cli-1.4-bin.tar.gz) = 505547
|
||||
4
java/jakarta-commons-cli/pkg-descr
Normal file
4
java/jakarta-commons-cli/pkg-descr
Normal file
@@ -0,0 +1,4 @@
|
||||
The Jakarta Commons CLI library provides a simple and easy to use
|
||||
API for working with the command line arguments and options.
|
||||
|
||||
WWW: http://jakarta.apache.org/commons/cli/
|
||||
Reference in New Issue
Block a user