freebsd-ports/www/rubygem-redcloth/Makefile
Stefan Eßer 85bf4084bd www/rubygem-redcloth: Add CPE information
Approved by:	portmgr (blanket)
2021-10-14 23:30:59 +02:00

21 lines
387 B
Makefile

# Created by: Jonathan Weiss (<jw@innerewut.de>)
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= cpe gem
CPE_VENDOR= promptworks
PLIST_FILES= bin/redcloth
.include <bsd.port.mk>