Import polish/fortunepl version 20091121
[dports.git] / textproc / ruby-htmlsplit / Makefile
1 # Created by: Akinori MUSHA aka knu <knu@idaemons.org>
2 # $FreeBSD$
3
4 PORTNAME=       htmlsplit
5 PORTVERSION=    1.0.2
6 CATEGORIES=     textproc www ruby
7 MASTER_SITES=   http://www.moonwolf.com/ruby/archive/
8 PKGNAMEPREFIX=  ${RUBY_PKGNAMEPREFIX}
9 DISTNAME=       ${PORTNAME}${PORTVERSION:S/.//g}
10 DIST_SUBDIR=    ruby
11
12 MAINTAINER=     ruby@FreeBSD.org
13 COMMENT=        Ruby library to split an HTML document into tags and contents
14
15 USES=           zip
16 USE_RUBY=       yes
17
18 NO_BUILD=       yes
19 NO_WRKSUBDIR=   yes
20 PLIST_FILES=    %%RUBY_SITELIBDIR%%/htmlsplit.rb
21
22 DEPRECATED=     Upstream no longer exists
23 EXPIRATION_DATE=        2017-01-28
24
25 do-install:
26         ${MKDIR} ${STAGEDIR}${RUBY_SITELIBDIR}/
27         ${INSTALL_DATA} ${WRKSRC}/htmlsplit.rb ${STAGEDIR}${RUBY_SITELIBDIR}/
28
29 .include <bsd.port.mk>