mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
9d86a76a88
Feature safe: yes
23 lines
455 B
Makefile
23 lines
455 B
Makefile
# Ports collection makefile for: gem-redcloth
|
|
# Date created: 27 Mai 2005
|
|
# Whom: Jonathan Weiss (<jw@innerewut.de>)
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= redcloth
|
|
PORTVERSION= 4.2.9
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
DISTNAME= RedCloth-${PORTVERSION}
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= A module for using Textile in Ruby
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
GEM_NAME= ${DISTNAME}
|
|
RUBYGEM_AUTOPLIST= yes
|
|
PLIST_FILES= bin/redcloth
|
|
|
|
.include <bsd.port.mk>
|