diff options
author | taca <taca@pkgsrc.org> | 2020-09-20 15:44:03 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2020-09-20 15:44:03 +0000 |
commit | e36a071671eaf875aaca721b9c36e368c9099566 (patch) | |
tree | 53978823de8ae2ef800df0f8b0c7ac3cb8685384 /www | |
parent | 2d99bad4a74682ebf243f884f656f322de8e5990 (diff) | |
download | pkgsrc-e36a071671eaf875aaca721b9c36e368c9099566.tar.gz |
Add "USE_LANGUAGES= # none" for pure Ruby packages.
Diffstat (limited to 'www')
-rw-r--r-- | www/ruby-data_uri/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/ruby-data_uri/Makefile b/www/ruby-data_uri/Makefile index 3f9f46e3436..166e1359f59 100644 --- a/www/ruby-data_uri/Makefile +++ b/www/ruby-data_uri/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2020/09/20 08:50:50 ryoon Exp $ +# $NetBSD: Makefile,v 1.2 2020/09/20 15:44:04 taca Exp $ DISTNAME= data_uri-0.1.0 CATEGORIES= www @@ -8,5 +8,7 @@ HOMEPAGE= https://github.com/dball/data_uri COMMENT= URI::Data class for parsing RFC2397 data URIs LICENSE= mit +USE_LANGUAGES= # none + .include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" |