mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
27 lines
488 B
Makefile
27 lines
488 B
Makefile
# New ports collection makefile for: ruby-deplate
|
|
# Date created: 14 July 2007
|
|
# Whom: Martin Matuska <mm@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= deplate
|
|
PORTVERSION= 0.8.5
|
|
CATEGORIES= textproc ruby
|
|
MASTER_SITES= SF
|
|
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
|
|
DIST_SUBDIR= ruby
|
|
|
|
MAINTAINER= mm@FreeBSD.org
|
|
COMMENT= Ruby tool for converting wiki-like markup
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
|
|
USE_ZIP= yes
|
|
USE_RUBY= yes
|
|
USE_RUBY_SETUP= yes
|
|
|
|
MAN1= deplate.1
|
|
|
|
.include <bsd.port.mk>
|