blob: abd5febd430b1c336b6729142f892d6e2dc03a1e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# $NetBSD: Makefile,v 1.21 2017/05/20 23:52:19 ryoon Exp $
#
J_VERSION= 2.61
MASTER_SITES= http://mirrors.jenkins-ci.org/war/${J_VERSION}/
MAINTAINER= ryoon@NetBSD.org
COMMENT= Open source continuous integration server (weekly release)
.include "../../devel/jenkins/Makefile.common"
.include "../../mk/bsd.pkg.mk"
|