diff options
author | bf <bf@FreeBSD.org> | 2011-01-18 07:23:24 +0800 |
---|---|---|
committer | bf <bf@FreeBSD.org> | 2011-01-18 07:23:24 +0800 |
commit | 137dfed0b0d60548a6fbeb431aed1e3cef195f72 (patch) | |
tree | f590ed24baf7fcd626c600888a9911e9ea432a86 /textproc | |
parent | 6d6fae2b68ae1698fddda513085ad8834f2c97ad (diff) | |
download | freebsd-ports-gnome-137dfed0b0d60548a6fbeb431aed1e3cef195f72.tar.gz freebsd-ports-gnome-137dfed0b0d60548a6fbeb431aed1e3cef195f72.tar.zst freebsd-ports-gnome-137dfed0b0d60548a6fbeb431aed1e3cef195f72.zip |
Add LICENSE information
Approved by: makc, miwi (mentors, implicit)
Feature safe: yes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/libtre/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/textproc/libtre/Makefile b/textproc/libtre/Makefile index c0f352a8b106..4dde154cb007 100644 --- a/textproc/libtre/Makefile +++ b/textproc/libtre/Makefile @@ -17,6 +17,8 @@ DISTNAME= tre-${PORTVERSION} MAINTAINER= bf@FreeBSD.org COMMENT= A lightweight fully POSIX compliant regexp matching library +LICENSE= BSD +LICENSE_FILE= ${WRKSRC}/LICENSE USE_BZIP2= yes USE_GNOME= gnomehack gnometarget pkgconfig USE_AUTOTOOLS= libtool |