21 lines
361 B
Makefile
21 lines
361 B
Makefile
# Created by: 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= Module for using Textile in Ruby
|
|
|
|
LICENSE= MIT
|
|
|
|
GEM_NAME= ${DISTNAME}
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
PLIST_FILES= bin/redcloth
|
|
|
|
.include <bsd.port.mk>
|