diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-05-16 02:39:44 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-05-16 02:39:44 +0000 |
commit | 4085f0bae1d39957f6d47daf851491a01b2a6117 (patch) | |
tree | ff565ef5df8febe9df029a54158c05ac49ad597d /databases | |
parent | 5e2a39ae9c7dedfe3eb2731fe5d23937a0811c2c (diff) |
Notes
Diffstat (limited to 'databases')
-rw-r--r-- | databases/mysqlman/Makefile | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/databases/mysqlman/Makefile b/databases/mysqlman/Makefile index d66184feee18..9100feab77ea 100644 --- a/databases/mysqlman/Makefile +++ b/databases/mysqlman/Makefile @@ -6,25 +6,24 @@ PORTNAME= mysqlman PORTVERSION= 1.09 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases www MASTER_SITES= http://www.gossamer-threads.com/scripts/source/ -DISTNAME= mysqlman +DISTNAME= ${PORTNAME} MAINTAINER= janos.mohacsi@bsd.hu COMMENT= MySQLMan is a web based MySQL database manager written in perl -RUN_DEPENDS= ${WWW_DIR}:${PORTSDIR}/${APACHE_PORT} \ - ${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql +RESTRICTED= not redistributable, license agreement required -WRKSRC= ${WRKDIR}/${DISTNAME}-${PORTVERSION} -RESTRICTED= "not redistributable, license agreement required" USE_PERL5= yes +USE_APACHE= 1.3 +USE_MYSQL= yes + NO_BUILD= yes -APACHE_COMPAT= yes -# to determine whether apache installed -WWW_DIR= ${LOCALBASE}/www/ +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} + #install dir of mysqlman MYMANDIR= www/mysqlman-${PORTVERSION} @@ -35,7 +34,7 @@ PLIST_SUB+= MYMANDIR=${MYMANDIR} f="mysql.cgi" #Web user -WEBUSER?= www:www +WEBUSER?= ${WWWOWN}:${WWWGRP} .include <bsd.port.pre.mk> |