aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-inline/Makefile
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2005-04-20 06:16:18 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2005-04-20 06:16:18 +0000
commit8673c7ec800a8bcc6da14c506081a3cb76e2b8ea (patch)
treead3f495c08f0cc331b6958d319f699d021175c19 /devel/rubygem-inline/Makefile
parent0d9507efb9d902ba8e7fafa90edd7893d2f8db19 (diff)
Notes
Diffstat (limited to 'devel/rubygem-inline/Makefile')
-rw-r--r--devel/rubygem-inline/Makefile37
1 files changed, 0 insertions, 37 deletions
diff --git a/devel/rubygem-inline/Makefile b/devel/rubygem-inline/Makefile
deleted file mode 100644
index b75ae749ca30..000000000000
--- a/devel/rubygem-inline/Makefile
+++ /dev/null
@@ -1,37 +0,0 @@
-# New ports collection makefile for: ruby-inline
-# Date created: 2003-01-30
-# Whom: Sean Chittenden <seanc@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= inline
-PORTVERSION= 2.2.0
-CATEGORIES= devel ruby
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= ruby${PORTNAME}
-PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
-DISTNAME= RubyInline-${PORTVERSION}
-DIST_SUBDIR= ruby
-
-MAINTAINER= seanc@FreeBSD.org
-COMMENT= Inline::C allows you to embed C/Ruby directly in ruby scripts
-
-USE_RUBY= yes
-
-NO_BUILD= yes
-
-DOCS= README.txt
-EXAMPLES= example.rb tutorial/example1.rb tutorial/example2.rb
-
-post-install:
- ${MKDIR} ${RUBY_MODDOCDIR}
-.for f in ${DOCS}
- ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}
-.endfor
- ${MKDIR} ${RUBY_MODEXAMPLESDIR}
-.for f in ${EXAMPLES}
- ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODEXAMPLESDIR}
-.endfor
-
-.include <bsd.port.mk>