2582627a7d
because of the change to ${MACHINE_GNU_PLATFORM}.
29 lines
826 B
Makefile
29 lines
826 B
Makefile
# $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"
|