freebsd-ports/textproc/rubygem-diff-lcs/Makefile
Philip M. Gollucci d3ad0abb60 RF -> RG Conversion (Part II)
PR:             ports/147844
Submitted by:   pgollucci (myself)
Reviewed by:    portmgr (flz)
Discussed with: portmgr (pav)
Tested by:      make checksum

Feature safe:   yes
2010-06-23 18:42:12 +00:00

20 lines
418 B
Makefile

# Ports collection makefile for: rubygem-diff-lcs
# Date created: 2008-11-05
# Whom: Daniel Roethlisberger <daniel@roe.ch>
#
# $FreeBSD$
PORTNAME= diff-lcs
PORTVERSION= 1.1.2
CATEGORIES= textproc rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= LCS-based diff library for ruby
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/ldiff bin/htmldiff
.include <bsd.port.mk>