# New ports collection makefile for: ruby-crypt # Date created: 2006-08-10 # Whom: Cheng-Lung Sung # # $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