diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-11-20 17:16:20 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-11-20 17:16:20 +0800 |
commit | 797882810779d750f2f7e0b4830cfc4061a54cf7 (patch) | |
tree | 05a4b463957964f225634f74561844c8977e97e1 /www | |
parent | a5fe28d4f5c373ef906d234871d137105239a3d0 (diff) | |
download | freebsd-ports-gnome-797882810779d750f2f7e0b4830cfc4061a54cf7.tar.gz freebsd-ports-gnome-797882810779d750f2f7e0b4830cfc4061a54cf7.tar.zst freebsd-ports-gnome-797882810779d750f2f7e0b4830cfc4061a54cf7.zip |
- Add LICENSE_FILE
Approved by: portmgr (blanket)
Diffstat (limited to 'www')
-rw-r--r-- | www/rubygem-html2haml/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/rubygem-html2haml/Makefile b/www/rubygem-html2haml/Makefile index 18ce620934f4..7ae081da20cb 100644 --- a/www/rubygem-html2haml/Makefile +++ b/www/rubygem-html2haml/Makefile @@ -10,6 +10,7 @@ MAINTAINER= horia@racoviceanu.com COMMENT= Converts HTML into Haml LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/MIT-LICENSE RUN_DEPENDS= rubygem-erubis>=2.7.0:${PORTSDIR}/www/rubygem-erubis \ rubygem-haml>=4.0.0:${PORTSDIR}/www/rubygem-haml \ |