freebsd-ports/www/rubygem-redcloth/Makefile
Sunpoet Po-Chuan Hsieh 6c5c597861 - Add LICENSE
- Update WWW
2015-05-23 15:38:06 +00: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>