diff options
author | rm <rm@FreeBSD.org> | 2012-09-14 04:10:11 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2012-09-14 04:10:11 +0800 |
commit | 10fd5afbd9325bbfff232bdb6556287f1c0bc205 (patch) | |
tree | 81f91b73ca0fd881fd05585ab603c895c9fdc415 /editors | |
parent | f366541d8360a496c391f95c282c70b878c2f8a0 (diff) | |
download | freebsd-ports-gnome-10fd5afbd9325bbfff232bdb6556287f1c0bc205.tar.gz freebsd-ports-gnome-10fd5afbd9325bbfff232bdb6556287f1c0bc205.tar.zst freebsd-ports-gnome-10fd5afbd9325bbfff232bdb6556287f1c0bc205.zip |
- add license (MIT)
PR: 171620
Submitted by: Chris Petrik <c.petrik.sosa@gmail.com> (maintainer)
Diffstat (limited to 'editors')
-rw-r--r-- | editors/diakonos/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/editors/diakonos/Makefile b/editors/diakonos/Makefile index 2d56c7a72190..eeb75abdb889 100644 --- a/editors/diakonos/Makefile +++ b/editors/diakonos/Makefile @@ -13,6 +13,8 @@ MASTER_SITES= http://diakonos.pist0s.ca/archives/ MAINTAINER= c.petrik.sosa@gmail.com COMMENT= A Linux editor for the masses +LICENSE= MIT + USE_RUBY= yes RUBY_VER= 1.9 |