freebsd-ports/www/rubygem-bluecloth/Makefile
Alexander Logvinov 9463ff6e5b Change MAINTAINER on my ports to my FreeBSD email address
Approved by:	tabthorpe (mentor)
2009-05-28 20:44:16 +00:00

21 lines
431 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= avl@FreeBSD.org
COMMENT= Ruby implementation of Markdown, a text-to-HTML conversion tool
GEM_NAME= ${DISTNAME}
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>