freebsd-ports/www/rubygem-redcloth/Makefile
2013-10-30 03:04:19 +00:00

19 lines
378 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= 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>