freebsd-ports/devel/ruby-strongtyping/Makefile

36 lines
770 B
Makefile
Raw Normal View History

# New ports collection makefile for: Ruby-StrongTyping
# Date created: 29 January 2003
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
#
# $FreeBSD$
#
PORTNAME= strongtyping
2003-09-10 09:50:16 +02:00
PORTVERSION= 2.0.6b
CATEGORIES= devel ruby
2003-07-29 09:03:32 +02:00
MASTER_SITES= http://mephle.org/StrongTyping/
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
DIST_SUBDIR= ruby
MAINTAINER= ports@FreeBSD.org
2003-02-18 06:04:59 +01:00
COMMENT= A little Ruby module that adds strong typing facilities
USE_RUBY= yes
USE_RUBY_EXTCONF= yes
INSTALL_TARGET= site-install
DOCS= README.en
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${RUBY_MODEXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/t/*.rb ${RUBY_MODEXAMPLESDIR}/
${MKDIR} ${RUBY_MODDOCDIR}
.for f in ${DOCS}
${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/
.endfor
.endif
.include <bsd.port.mk>