- Add LICENSE
- Use = instead of += - Update WWW
This commit is contained in:
parent
66d20b7c1e
commit
04edaff130
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=387106
2 changed files with 4 additions and 2 deletions
|
@ -10,11 +10,13 @@ DISTNAME= Ascii85-${PORTVERSION}
|
|||
MAINTAINER= ruby@FreeBSD.org
|
||||
COMMENT= Encode/decode Adobe's binary-to-text encoding of the same name
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
GEM_NAME= ${DISTNAME}
|
||||
USE_RUBY= yes
|
||||
USE_RUBYGEMS= yes
|
||||
RUBYGEM_AUTOPLIST= yes
|
||||
|
||||
PLIST_FILES+= bin/ascii85
|
||||
PLIST_FILES= bin/ascii85
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Ascii85 provides methods to encode/decode Adobe's binary-to-text encoding of
|
||||
the same name
|
||||
|
||||
WWW: http://rubygems.org/gems/ascii85/
|
||||
WWW: https://github.com/datawraith/ascii85gem
|
||||
|
|
Loading…
Reference in a new issue