diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2018-03-14 16:33:13 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2018-03-14 16:33:13 +0800 |
commit | 37f25a2cfd160cd81bdd522c1095592323264632 (patch) | |
tree | f85e48b7c3c46d4afad1fdc9b4f24418b203d7a9 /textproc | |
parent | e229917f2369bb246f99e953b716d456dc2c4927 (diff) | |
download | freebsd-ports-gnome-37f25a2cfd160cd81bdd522c1095592323264632.tar.gz freebsd-ports-gnome-37f25a2cfd160cd81bdd522c1095592323264632.tar.zst freebsd-ports-gnome-37f25a2cfd160cd81bdd522c1095592323264632.zip |
- Add LICENSE
Approved by: portmgr blanket
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/libxml2/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/textproc/libxml2/Makefile b/textproc/libxml2/Makefile index fd0ffdf9720b..c1b48feff285 100644 --- a/textproc/libxml2/Makefile +++ b/textproc/libxml2/Makefile @@ -13,6 +13,9 @@ COMMENT?= XML parser library for GNOME .if !defined(REFERENCE_PORT) +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING + GNU_CONFIGURE= yes USES+= cpe gmake iconv libtool pathfix pkgconfig shebangfix CPE_VENDOR= xmlsoft |