diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2016-04-28 15:10:46 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2016-04-28 15:10:46 +0000 |
commit | 0011b7835745f7e1fc2262ba40f66b80a499e006 (patch) | |
tree | 503404f063d31e73ae092defecc2380a8c2654c2 /net/pecl-smbclient | |
parent | 52430b65bf5662840efc87a5ec0731effbd98326 (diff) |
Notes
Diffstat (limited to 'net/pecl-smbclient')
-rw-r--r-- | net/pecl-smbclient/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/pecl-smbclient/Makefile b/net/pecl-smbclient/Makefile index 9412a1f48029..65273c4e1d2d 100644 --- a/net/pecl-smbclient/Makefile +++ b/net/pecl-smbclient/Makefile @@ -11,8 +11,9 @@ MAINTAINER= kevlo@FreeBSD.org COMMENT= Smbclient wrapper extension LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= smbclient:${PORTSDIR}/${SAMBA_PORT} +RUN_DEPENDS= smbclient:${SAMBA_PORT} SAMBA_PORT?= net/samba36 |