mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
25 lines
488 B
Makefile
25 lines
488 B
Makefile
# New ports collection makefile for: Ditz
|
|
# Date created: 8 Mar 2009
|
|
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= ditz
|
|
PORTVERSION= 0.5
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RF/ditz
|
|
|
|
MAINTAINER= kuriyama@FreeBSD.org
|
|
COMMENT= Simple, light-weight distributed issue tracker
|
|
|
|
BUILD_DEPENDS= rubygem-trollop>0:${PORTSDIR}/devel/rubygem-trollop
|
|
|
|
USE_RUBY= yes
|
|
USE_RAKE= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
PLIST_FILES= bin/ditz
|
|
|
|
.include <bsd.port.mk>
|