diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-06-17 12:56:20 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-06-17 12:56:20 +0000 |
commit | c43b4aa352e20fc33382b8780c5b5608d3d80402 (patch) | |
tree | f7bdd23f8b755ae124484216fe0e2434216f2faa /irc/thales | |
parent | - Fix shebangs (diff) |
- Add LICENSE
- Fix shebangs
Notes
Notes:
svn path=/head/; revision=389916
Diffstat (limited to 'irc/thales')
-rw-r--r-- | irc/thales/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/irc/thales/Makefile b/irc/thales/Makefile index 116dd2028f00..d117ced4ad05 100644 --- a/irc/thales/Makefile +++ b/irc/thales/Makefile @@ -3,15 +3,19 @@ PORTNAME= thales PORTVERSION= 1.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= irc MASTER_SITES= GNU MAINTAINER= ports@FreeBSD.org COMMENT= GNU Thales -- An IRC to MySQL gateway +LICENSE= GPLv2 # or later +LICENSE_FILE= ${WRKSRC}/COPYING + GNU_CONFIGURE= yes -USES= gmake +USES= gmake shebangfix +SHEBANG_FILES= examples/MRTG/thalesinfo.pl USE_MYSQL= yes USE_RC_SUBR= thales |