mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
91e93108af
PR: ports/150807 Submitted by: myself (pgollucci) Approved by: maintainer timeout (kuriyama ; 14 days) Sponsored by: RideCharge Inc. / TaxiMagic
26 lines
500 B
Makefile
26 lines
500 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
|
|
PORTREVISION= 2
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= kuriyama@FreeBSD.org
|
|
COMMENT= Simple, light-weight distributed issue tracker
|
|
|
|
RUN_DEPENDS= rubygem-trollop>=1.9:${PORTSDIR}/devel/rubygem-trollop
|
|
|
|
USE_RUBY= yes
|
|
USE_RAKE= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
PLIST_FILES= bin/ditz
|
|
|
|
.include <bsd.port.mk>
|