diff options
| author | Frederic Culot <culot@FreeBSD.org> | 2011-08-22 13:17:36 +0000 |
|---|---|---|
| committer | Frederic Culot <culot@FreeBSD.org> | 2011-08-22 13:17:36 +0000 |
| commit | b3efa71360ddc0c5dc589f1e678e5e1623e3ee8c (patch) | |
| tree | daf449ef7373ccfff14fa5b327f4c0fa74ae1416 /databases/mysqlbackup/Makefile | |
| parent | 8b025f0548d5bca06c298211c6353bcb10ce3a2c (diff) | |
Notes
Diffstat (limited to 'databases/mysqlbackup/Makefile')
| -rw-r--r-- | databases/mysqlbackup/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/databases/mysqlbackup/Makefile b/databases/mysqlbackup/Makefile index fa2356a50ad3..2cde96230be1 100644 --- a/databases/mysqlbackup/Makefile +++ b/databases/mysqlbackup/Makefile @@ -6,13 +6,17 @@ # PORTNAME= mysqlbackup -PORTVERSION= 2.4 +PORTVERSION= 2.5 CATEGORIES= databases -MASTER_SITES= ftp://ftp.renatasystems.org/pub/FreeBSD/ports/distfiles/ +MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} \ + ftp://ftp.renatasystems.org/pub/FreeBSD/ports/distfiles/ MAINTAINER= alexey@renatasystems.org COMMENT= Program to create everyday MySQL-database servers backup +LICENSE= BSD +LICENSE_FILE= ${WRKSRC}/LICENSE + USE_MYSQL= yes NO_BUILD= yes |
