freebsd-ports/www/rubygem-bluecloth/Makefile
Martin Wilke 89f12d57d4 - Fix pkg-plist
- Pas maintainership to submitter

PR:		112155
Submitted by:	Alexander Logvinov <ports@logvinov.com>
2007-04-26 21:56:13 +00:00

19 lines
464 B
Makefile

# Ports collection makefile for: rubygem-bluecloth
#
# $FreeBSD$
PORTNAME= bluecloth
PORTVERSION= 1.0.0
PORTREVISION= 1
CATEGORIES= www rubygems
MASTER_SITES= http://www.deveiate.org/code/
DISTNAME= BlueCloth-${PORTVERSION}
MAINTAINER= ports@logvinov.com
COMMENT= Ruby implementation of Markdown, a text-to-HTML conversion tool
GEM_NAME= ${DISTNAME}
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/ruby-gems/Makefile.common"
.include <bsd.port.post.mk>