diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2016-11-26 18:34:36 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2016-11-26 18:34:36 +0800 |
commit | e3c7511ddbe6883f263a1338f6b7c70f28ac42fe (patch) | |
tree | 323d4258dade06fafcd09b4c68cb109ebd20abdd | |
parent | e5ba907edad006254fb650cfad0144b242c1b37d (diff) | |
download | freebsd-ports-gnome-e3c7511ddbe6883f263a1338f6b7c70f28ac42fe.tar.gz freebsd-ports-gnome-e3c7511ddbe6883f263a1338f6b7c70f28ac42fe.tar.zst freebsd-ports-gnome-e3c7511ddbe6883f263a1338f6b7c70f28ac42fe.zip |
- Add LICENSE
Approved by: portmgr (blanket)
-rw-r--r-- | textproc/expat2/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/textproc/expat2/Makefile b/textproc/expat2/Makefile index 20660b02cea5..bfa81983e836 100644 --- a/textproc/expat2/Makefile +++ b/textproc/expat2/Makefile @@ -9,6 +9,9 @@ MASTER_SITES= SF MAINTAINER= kuriyama@FreeBSD.org COMMENT= XML 1.0 parser written in C +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING + GNU_CONFIGURE= yes ALL_TARGET= default USES= libtool pathfix tar:bz2 |