aboutsummaryrefslogtreecommitdiff
path: root/security/ruby-aes/Makefile
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2002-01-26 11:30:27 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2002-01-26 11:30:27 +0000
commita806c5754bad9b1ed7933ae951c1552e430f0e9a (patch)
tree8cf8a2084620c6d32a9a1948097658b06ef19513 /security/ruby-aes/Makefile
parent795f3e5639d61e3951e0fae5335f2700a997f6ba (diff)
Notes
Diffstat (limited to 'security/ruby-aes/Makefile')
-rw-r--r--security/ruby-aes/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/security/ruby-aes/Makefile b/security/ruby-aes/Makefile
index 3f3109dbffc5..60909a5d2e0f 100644
--- a/security/ruby-aes/Makefile
+++ b/security/ruby-aes/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= aes
-PORTVERSION= 0.0.1
+PORTVERSION= 0.1.0
CATEGORIES= security ruby
MASTER_SITES= http://aescrypt.sourceforge.net/
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
@@ -20,8 +20,10 @@ USE_RUBY_EXTCONF= yes
INSTALL_TARGET= site-install
-DOCS= README
-EXAMPLES= aes-example.rb \
+DOCS= CHANGES README
+EXAMPLES= aes-ecb-tbl.txt \
+ aes-example.rb \
+ aes-test.rb \
modexp.rb
post-install: