summaryrefslogtreecommitdiff
path: root/security/ruby-sha1/Makefile
blob: cc7aa2d1e991a5893bb4443bf351936aae717f48 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# $NetBSD: Makefile,v 1.3 2002/03/21 04:57:54 fredb Exp $
# FreeBSD: ports/converters/ruby-sha1/Makefile,v 1.2 2000/11/03 18:14:37 knu Exp

DISTNAME=	ruby-sha1-${VERSION}
PKGNAME=	${RUBY_PKGNAMEPREFIX}sha1-${VERSION}
PKGREVISION=	1
CATEGORIES=	security
MASTER_SITES=	http://www.omcl.org/~spcoltri/ruby/

MAINTAINER=	taca@netbsd.org
HOMEPAGE=	http://www.omcl.org/~spcoltri/ruby/ruby-sha1.html
COMMENT=	Ruby interface to the SHA-1 Secure Hash Algorithm

DEPENDS+=	ruby-base>=1.6.7nb1:../../lang/ruby-base

VERSION=	1.2
DIST_SUBDIR=	ruby
USE_RUBY_EXTCONF= yes

RUBY_VER=	1.4		# now this is for ruby 1.4 only.

INSTALL_TARGET=	site-install

post-install:
	${INSTALL_DATA_DIR} ${RUBY_DOCDIR}/sha1
	${INSTALL_DATA} ${WRKSRC}/README ${RUBY_DOCDIR}/sha1

.include "../../lang/ruby-base/Makefile.common"
.include "../../mk/bsd.pkg.mk"