1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-31 05:41:08 +00:00
freebsd-ports/devel/ruby-yaml/Makefile
Akinori MUSHA 60fb11a500 Add ruby-yaml 0.44, a YAML serialization specification implementation
for Ruby.

PR:		ports/40679 (version 0.20)
Submitted by:	Stanislav Grozev <tacho@factline.com>
Modified by:	knu
2002-10-16 16:25:15 +00:00

35 lines
675 B
Makefile

# New ports collection makefile for: YAML4R
# Date created: 16 Jul 2002
# Whom: Stanislav Grozev <tacho@daemonz.org>
#
# $FreeBSD$
#
PORTNAME= yaml
PORTVERSION= 0.44
CATEGORIES= devel ruby
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}4r
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
DISTNAME= ${PORTNAME}rb-${PORTVERSION}
DIST_SUBDIR= ruby
MAINTAINER= tacho@daemonz.org
USE_RUBY= yes
NO_BUILD= yes
DOCS= CHANGELOG README yts/cookbook.html
do-install:
@cd ${WRKSRC}; ${RUBY} install.rb
.if !defined(NOPORTDOCS)
${MKDIR} ${RUBY_MODDOCDIR}
.for f in ${DOCS}
${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/
.endfor
.endif
.include <bsd.port.mk>