diff options
author | Martin Matuska <mm@FreeBSD.org> | 2011-03-23 15:53:22 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2011-03-23 15:53:22 +0000 |
commit | e3a244403e547ec08d4bb7865745600c2cf72013 (patch) | |
tree | 6311597d811bbb5c3a3304247ebe9ac24f7c99b9 /dns | |
parent | 209aad1f15749c9fe16bb882747570dabc33097f (diff) | |
download | ports-e3a244403e547ec08d4bb7865745600c2cf72013.tar.gz ports-e3a244403e547ec08d4bb7865745600c2cf72013.zip |
Notes
Diffstat (limited to 'dns')
-rw-r--r-- | dns/fastresolve/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dns/fastresolve/Makefile b/dns/fastresolve/Makefile index 43ce45a10e37..17087e6440ab 100644 --- a/dns/fastresolve/Makefile +++ b/dns/fastresolve/Makefile @@ -17,6 +17,9 @@ COMMENT= Programs that process web logs to get DNS and domain ownership info LIB_DEPENDS= adns.1:${PORTSDIR}/dns/adns RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/BerkeleyDB.pm:${PORTSDIR}/databases/p5-BerkeleyDB +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + USE_BZIP2= yes USE_PERL5= yes GNU_CONFIGURE= yes |