mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 10:56:27 -04:00
Changelog: https://github.com/davidfstr/rdiscount/blob/master/CHANGELOG.md#version-2273-december-31-2023 PR: 276466 Reported by: 23 at albigro.eu
17 lines
342 B
Makefile
17 lines
342 B
Makefile
PORTNAME= rdiscount
|
|
PORTVERSION= 2.2.7.3
|
|
CATEGORIES= textproc rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Fast Markdown converter for ruby based on discount
|
|
WWW= https://dafoster.net/projects/rdiscount/
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= gem
|
|
|
|
PLIST_FILES= bin/rdiscount
|
|
|
|
.include <bsd.port.mk>
|