mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
21 lines
340 B
Makefile
21 lines
340 B
Makefile
# Created by: Alexander Logvinov <ports@logvinov.com>
|
|
|
|
PORTNAME= maruku
|
|
PORTVERSION= 0.7.3
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Markdown and PHP Markdown extra interpreter for Ruby
|
|
|
|
LICENSE= MIT
|
|
|
|
NO_ARCH= yes
|
|
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
PLIST_FILES= bin/maruku bin/marutex
|
|
|
|
.include <bsd.port.mk>
|