opnsense-ports/www/rubygem-redcloth/Makefile
Franco Fichtner 0eb428a8f5 */*: sync with upstream
Taken from: FreeBSD
2016-04-28 07:17:55 +02:00

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>