freebsd-ports/www/rubygem-bluecloth/Makefile
Alexander Logvinov 91fab18bcc - Switch MASTER_SITES to use new RG macro
PR:		ports/147046
Submitted by:	pgollucci
2010-06-03 04:13:31 +00:00

20 lines
387 B
Makefile

# Ports collection makefile for: rubygem-bluecloth
#
# $FreeBSD$
PORTNAME= bluecloth
PORTVERSION= 1.0.1
CATEGORIES= www rubygems
MASTER_SITES= RG
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>