diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2013-03-10 04:17:01 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2013-03-10 04:17:01 +0000 |
commit | d676e8607f49fd9aa3b9d85cea53338346085aa5 (patch) | |
tree | 187c518e0e3973b9489f55056e838b4437a9f2f9 /finance/frontaccounting/Makefile | |
parent | 81998b79a39a41575d46027a3a09db9d8d0de4ef (diff) |
Notes
Diffstat (limited to 'finance/frontaccounting/Makefile')
-rw-r--r-- | finance/frontaccounting/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/finance/frontaccounting/Makefile b/finance/frontaccounting/Makefile index ec5f1b47af7c..b86aafb52b94 100644 --- a/finance/frontaccounting/Makefile +++ b/finance/frontaccounting/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= frontaccounting -DISTVERSION= 2.3.14 +DISTVERSION= 2.3.15 CATEGORIES= finance www MASTER_SITES= SF MASTER_SITE_SUBDIR= ${PORTNAME}/FrontAccounting-2.3/${PORTVERSION} @@ -10,6 +10,9 @@ MASTER_SITE_SUBDIR= ${PORTNAME}/FrontAccounting-2.3/${PORTVERSION} MAINTAINER= ek@purplehat.org COMMENT= Simple, powerful system for the entire ERP chain +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/doc/license.txt + USE_GETTEXT= yes USE_MYSQL= yes USE_PHP+= mysql mysqli openssl session |