13 lines
357 B
Makefile
13 lines
357 B
Makefile
|
# $NetBSD: Makefile,v 1.1.1.1 2008/05/01 21:09:47 jlam Exp $
|
||
|
|
||
|
DISTNAME= ezcrypto-0.7
|
||
|
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
|
||
|
CATEGORIES= security
|
||
|
|
||
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
||
|
HOMEPAGE= http://ezcrypto.rubyforge.org/
|
||
|
COMMENT= Ruby object-oriented wrapper for OpenSSL libraries
|
||
|
|
||
|
.include "../../misc/rubygems/rubygem.mk"
|
||
|
.include "../../mk/bsd.pkg.mk"
|