1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00
freebsd-ports/devel/rubygem-ditz/Makefile
Philip M. Gollucci 91e93108af - Fix dependency versions
PR:             ports/150807
Submitted by:   myself (pgollucci)
Approved by:    maintainer timeout (kuriyama ; 14 days)
Sponsored by:   RideCharge Inc. / TaxiMagic
2010-10-06 03:35:46 +00:00

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>