mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-14 20:41:20 +02:00
create bsd12 branch
This commit is contained in:
32
java/junit/Makefile
Normal file
32
java/junit/Makefile
Normal file
@@ -0,0 +1,32 @@
|
||||
# Created by: OKAZAKI Tetsurou
|
||||
# $FreeBSD: head/java/junit/Makefile 431402 2017-01-13 16:54:55Z mat $
|
||||
|
||||
PORTNAME= junit
|
||||
PORTVERSION= 4.12
|
||||
CATEGORIES= java devel
|
||||
MASTER_SITES= http://repo1.maven.org/maven2/${PORTNAME}/${PORTNAME}/${PORTVERSION}/
|
||||
DISTFILES= ${DISTNAME}.jar ${DISTNAME}-sources.jar
|
||||
EXTRACT_ONLY=
|
||||
|
||||
MAINTAINER= danilo@FreeBSD.org
|
||||
COMMENT= Regression testing utility for use with the Java(TM) Language
|
||||
|
||||
RUN_DEPENDS= ${JAVALIBDIR}/hamcrest.jar:java/hamcrest
|
||||
|
||||
USE_JAVA= yes
|
||||
NO_BUILD= yes
|
||||
|
||||
DATADIR= ${JAVASHAREDIR}/${PORTNAME}
|
||||
PLIST_FILES= %%JAVAJARDIR%%/junit.jar \
|
||||
%%JAVAJARDIR%%/junit4.jar \
|
||||
%%DATADIR%%/src.jar
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA} ${DISTDIR}/junit-${PORTVERSION}.jar \
|
||||
${STAGEDIR}${JAVAJARDIR}/junit.jar
|
||||
${LN} -sf junit.jar ${STAGEDIR}${JAVAJARDIR}/junit4.jar
|
||||
${MKDIR} ${STAGEDIR}${DATADIR}
|
||||
${INSTALL_DATA} ${DISTDIR}/junit-${PORTVERSION}-sources.jar \
|
||||
${STAGEDIR}${DATADIR}/src.jar
|
||||
|
||||
.include <bsd.port.mk>
|
||||
4
java/junit/distinfo
Normal file
4
java/junit/distinfo
Normal file
@@ -0,0 +1,4 @@
|
||||
SHA256 (junit-4.12.jar) = 59721f0805e223d84b90677887d9ff567dc534d7c502ca903c0c2b17f05c116a
|
||||
SIZE (junit-4.12.jar) = 314932
|
||||
SHA256 (junit-4.12-sources.jar) = 9f43fea92033ad82bcad2ae44cec5c82abc9d6ee4b095cab921d11ead98bf2ff
|
||||
SIZE (junit-4.12-sources.jar) = 200355
|
||||
6
java/junit/pkg-descr
Normal file
6
java/junit/pkg-descr
Normal file
@@ -0,0 +1,6 @@
|
||||
This is a port of JUnit, a simple testing framework for Java developed
|
||||
by Erich Gamma and Kent Beck. Using JUnit you can build a test suite
|
||||
that will help you measure your progress, spot unintended side
|
||||
effects, and focus your development efforts.
|
||||
|
||||
WWW: http://www.junit.org/
|
||||
Reference in New Issue
Block a user