diff options
Diffstat (limited to 'textproc/ruby-htmlsplit/Makefile')
| -rw-r--r-- | textproc/ruby-htmlsplit/Makefile | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/textproc/ruby-htmlsplit/Makefile b/textproc/ruby-htmlsplit/Makefile new file mode 100644 index 000000000000..b3c84aa83686 --- /dev/null +++ b/textproc/ruby-htmlsplit/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: htmlsplit.rb +# Date created: 20 September 2001 +# Whom: Akinori MUSHA aka knu <knu@idaemons.org> +# +# $FreeBSD$ +# + +PORTNAME= htmlsplit +PORTVERSION= 1.0.2 +CATEGORIES= textproc ruby +MASTER_SITES= http://www.moonwolf.com/ruby/archive/ +PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} +DISTNAME= ${PORTNAME}${PORTVERSION:S/.//g} +DIST_SUBDIR= ruby + +MAINTAINER= knu@FreeBSD.org + +USE_ZIP= yes +USE_RUBY= yes + +NO_BUILD= yes +NO_WRKSUBDIR= yes + +do-install: + ${INSTALL_DATA} ${WRKSRC}/htmlsplit.rb ${RUBY_SITELIBDIR}/ + +.include <bsd.port.mk> |
