diff options
Diffstat (limited to 'converters/rubygem-base6402/Makefile')
-rw-r--r-- | converters/rubygem-base6402/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/converters/rubygem-base6402/Makefile b/converters/rubygem-base6402/Makefile new file mode 100644 index 000000000000..ecc3a43a6562 --- /dev/null +++ b/converters/rubygem-base6402/Makefile @@ -0,0 +1,21 @@ +PORTNAME= base64 +PORTVERSION= 0.2.0 +CATEGORIES= converters rubygems +MASTER_SITES= RG +PKGNAMESUFFIX= 02 + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Encode and decode binary data using a Base64 representation +WWW= https://github.com/ruby/base64 + +LICENSE= BSD2CLAUSE RUBY +LICENSE_COMB= dual +LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/LICENSE.txt + +USES= gem + +NO_ARCH= yes + +PORTSCOUT= limit:^0\.2\. + +.include <bsd.port.mk> |