diff options
author | vanilla <vanilla@FreeBSD.org> | 2015-02-24 10:47:25 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2015-02-24 10:47:25 +0800 |
commit | 2f35bb576ce944b95a5bec2e27ed93da3b18b70c (patch) | |
tree | 7a9730634115dc31d4dd2c11e577f97e6c31e983 /databases/pecl-tokyo_tyrant | |
parent | f711eaabfd5553e14b2992ec1cb0d8c8271f08c0 (diff) | |
download | freebsd-ports-gnome-2f35bb576ce944b95a5bec2e27ed93da3b18b70c.tar.gz freebsd-ports-gnome-2f35bb576ce944b95a5bec2e27ed93da3b18b70c.tar.zst freebsd-ports-gnome-2f35bb576ce944b95a5bec2e27ed93da3b18b70c.zip |
Add LICENSE/LICENSE_FILE.
Diffstat (limited to 'databases/pecl-tokyo_tyrant')
-rw-r--r-- | databases/pecl-tokyo_tyrant/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/databases/pecl-tokyo_tyrant/Makefile b/databases/pecl-tokyo_tyrant/Makefile index b278ec55b0e2..bc70b8f34491 100644 --- a/databases/pecl-tokyo_tyrant/Makefile +++ b/databases/pecl-tokyo_tyrant/Makefile @@ -10,6 +10,9 @@ PKGNAMEPREFIX= pecl- MAINTAINER= ports@FreeBSD.org COMMENT= Wrapper to the Tokyo Tyrant client library +LICENSE= PHP301 +LICENSE_FILE= ${WRKSRC}/LICENSE + LIB_DEPENDS= libtokyotyrant.so:${PORTSDIR}/databases/tokyotyrant USES= pkgconfig tar:tgz |