diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2003-02-18 05:42:05 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2003-02-18 05:42:05 +0000 |
commit | 3594eaa3038d3a7021497bbedf2acfb3cb7b70eb (patch) | |
tree | 0ad3897bb895432ff0c84bf9fe6d87ea2db157ac /security/ruby-aes | |
parent | 1a90c377f8191395a70796824554d308c53f9d4f (diff) | |
download | ports-3594eaa3038d3a7021497bbedf2acfb3cb7b70eb.tar.gz ports-3594eaa3038d3a7021497bbedf2acfb3cb7b70eb.zip |
Notes
Diffstat (limited to 'security/ruby-aes')
-rw-r--r-- | security/ruby-aes/Makefile | 1 | ||||
-rw-r--r-- | security/ruby-aes/pkg-comment | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/security/ruby-aes/Makefile b/security/ruby-aes/Makefile index 008653987090..fbc593d78935 100644 --- a/security/ruby-aes/Makefile +++ b/security/ruby-aes/Makefile @@ -14,6 +14,7 @@ DISTNAME= ${PORTNAME}-rb-${PORTVERSION} DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org +COMMENT= A Ruby extension library which implements AES (Rijndael) encryption USE_RUBY= yes USE_RUBY_EXTCONF= yes diff --git a/security/ruby-aes/pkg-comment b/security/ruby-aes/pkg-comment deleted file mode 100644 index 469daec3b12b..000000000000 --- a/security/ruby-aes/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A Ruby extension library which implements AES (Rijndael) encryption |