diff options
-rw-r--r-- | www/orangehrm/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/orangehrm/Makefile b/www/orangehrm/Makefile index 2637b71bea29..08c1b93e6e20 100644 --- a/www/orangehrm/Makefile +++ b/www/orangehrm/Makefile @@ -10,8 +10,9 @@ MAINTAINER= wen@FreeBSD.org COMMENT= Open Source Human Resource Management LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/license/LICENSE.TXT -USES= zip +USES= cpe zip USE_PHP= mysql NO_BUILD= yes PLIST= ${WRKDIR}/plist |