diff options
Diffstat (limited to 'databases/mysqlbackup/Makefile')
-rw-r--r-- | databases/mysqlbackup/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/databases/mysqlbackup/Makefile b/databases/mysqlbackup/Makefile index 8099558ddace..d2d892a2f4b5 100644 --- a/databases/mysqlbackup/Makefile +++ b/databases/mysqlbackup/Makefile @@ -1,18 +1,14 @@ -# New ports collection makefile for: mysqlbackup -# Date created: Sun 07 Jun 2009 -# Whom: Alexey V. Degtyarev -# +# Created by: Alexey Degtyarev <alexey@renatasystems.org> # $FreeBSD$ -# PORTNAME= mysqlbackup -PORTVERSION= 2.6 +PORTVERSION= 2.7 CATEGORIES= databases MASTER_SITES= GOOGLE_CODE \ ftp://ftp.renatasystems.org/pub/FreeBSD/ports/distfiles/ MAINTAINER= alexey@renatasystems.org -COMMENT= Program to create everyday MySQL-database servers backup +COMMENT= Creates MySQL backups on a periodic basis LICENSE= BSD LICENSE_FILE= ${WRKSRC}/LICENSE |