aboutsummaryrefslogtreecommitdiffstats
path: root/security/ruby-crypt/Makefile
blob: a219e9fbc79e1941db579b8e135e77383ccd0d4d (plain) (blame)
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
# New ports collection makefile for:    ruby-crypt
# Date created:     2006-08-10
# Whom:         Cheng-Lung Sung <clsung@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   crypt
PORTVERSION=    1.1.4
CATEGORIES= security ruby
MASTER_SITES=   ${MASTER_SITE_RUBYFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
PKGNAMEPREFIX=  ${RUBY_PKGNAMEPREFIX}
DIST_SUBDIR=    ruby

MAINTAINER= clsung@FreeBSD.org
COMMENT=    Pure-ruby implementation of popular encryption algorithms

USE_RUBY=   yes

NO_BUILD=   yes
WRKSRC=     ${WRKDIR}

do-install:
    @cd ${WRKSRC}; ${RUBY} install.rb

.include <bsd.port.mk>