2005-09-14 15:02:28 +02:00
|
|
|
# Ports collection makefile for: gem-syntax
|
|
|
|
# Date created: 11 Sep 2005
|
|
|
|
# Whom: dirk.meyer@dinoex.sub.org
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= syntax
|
|
|
|
PORTVERSION= 1.0.0
|
2008-04-07 12:54:51 +02:00
|
|
|
PKGVERSION= 1
|
2006-01-21 21:25:07 +01:00
|
|
|
CATEGORIES= textproc rubygems
|
2009-04-09 02:11:47 +02:00
|
|
|
MASTER_SITES= RF
|
2005-09-14 15:02:28 +02:00
|
|
|
|
|
|
|
MAINTAINER= dinoex@FreeBSD.org
|
|
|
|
COMMENT= A module for using Systax highlighting in Ruby
|
|
|
|
|
2008-04-06 10:58:21 +02:00
|
|
|
USE_RUBY= yes
|
2008-04-07 12:54:51 +02:00
|
|
|
USE_RUBYGEMS= yes
|
2009-02-14 02:11:37 +01:00
|
|
|
RUBYGEM_AUTOPLIST= yes
|
2008-04-06 10:58:21 +02:00
|
|
|
|
2008-04-07 12:54:51 +02:00
|
|
|
.include <bsd.port.mk>
|