1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/www/rubygem-redcloth/Makefile
Sunpoet Po-Chuan Hsieh e71d0d7e9a Add LICENSE_FILE
2017-08-03 17:27:34 +00:00

22 lines
371 B
Makefile

# Created by: Jonathan Weiss (<jw@innerewut.de>)
# $FreeBSD$
PORTNAME= redcloth
PORTVERSION= 4.3.2
CATEGORIES= www rubygems
MASTER_SITES= RG
DISTNAME= RedCloth-${PORTVERSION}
MAINTAINER= ruby@FreeBSD.org
COMMENT= Module for using Textile in Ruby
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
USE_RUBY= yes
USES= gem
PLIST_FILES= bin/redcloth
.include <bsd.port.mk>