opnsense-ports/www/rubygem-redcloth/Makefile
Franco Fichtner 3d6656350a */*: sync with upstream
Taken from: FreeBSD
2015-05-24 11:45:42 +02:00

22 lines
391 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
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/redcloth
.include <bsd.port.mk>