18 lines
379 B
Makefile
18 lines
379 B
Makefile
# Created by: Alexander Logvinov <ports@logvinov.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= maruku
|
|
PORTVERSION= 0.7.2
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Markdown and PHP Markdown extra interpreter for Ruby
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
USE_RUBY_FEATURES= iconv
|
|
RUBYGEM_AUTOPLIST= yes
|
|
PLIST_FILES= bin/maruku bin/marutex
|
|
|
|
.include <bsd.port.mk>
|