diff options
author | Marcelo Araujo <araujo@FreeBSD.org> | 2010-08-27 12:13:00 +0000 |
---|---|---|
committer | Marcelo Araujo <araujo@FreeBSD.org> | 2010-08-27 12:13:00 +0000 |
commit | 78e1cdcb8e10d4a2fbde9e37350a1455990cc316 (patch) | |
tree | 82874e5859efa1e9cc317f78cc5a5c1c20e54384 /net-mgmt/ocsinventory-ng/Makefile | |
parent | 96da08a8bd3a2482f1fd839c9d90c6f1a1918e44 (diff) |
Notes
Diffstat (limited to 'net-mgmt/ocsinventory-ng/Makefile')
-rw-r--r-- | net-mgmt/ocsinventory-ng/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/net-mgmt/ocsinventory-ng/Makefile b/net-mgmt/ocsinventory-ng/Makefile index 72aec1ef8246..4e77506c911a 100644 --- a/net-mgmt/ocsinventory-ng/Makefile +++ b/net-mgmt/ocsinventory-ng/Makefile @@ -5,24 +5,24 @@ # $FreeBSD$ PORTNAME= ocsinventory-ng -PORTVERSION= 1.02.1 +PORTVERSION= 1.3.2 CATEGORIES= net-mgmt -MASTER_SITES= SF/ocsinventory/OCS%20Inventory%20NG/1.02 +MASTER_SITES= http://launchpad.net/ocsinventory-server/stable-${PORTVERSION:R}/${PORTVERSION}/+download/ DISTNAME= OCSNG_UNIX_SERVER-${PORTVERSION} MAINTAINER= araujo@FreeBSD.org COMMENT= Open Computer and Software Inventory Next Generation -RUN_DEPENDS= ${PORTSDIR}/www/mod_perl \ - ${SITE_PERL}/XML/Simple.pm:${PORTSDIR}/textproc/p5-XML-Simple \ +RUN_DEPENDS= ${SITE_PERL}/XML/Simple.pm:${PORTSDIR}/textproc/p5-XML-Simple \ ${SITE_PERL}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib \ ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI \ ${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql \ - ${SITE_PERL}/Apache/DBI.pm:${PORTSDIR}/www/p5-Apache-DBI \ ${SITE_PERL}/Net/IP.pm:${PORTSDIR}/net-mgmt/p5-Net-IP \ ${SITE_PERL}/SOAP/Lite.pm:${PORTSDIR}/net/p5-SOAP-Lite -USE_APACHE= 1.3+ +FETCH_ARGS= +LICENSE= GPLv2 +USE_APACHE= 2.0+ USE_MYSQL= yes WANT_PHP_WEB= yes DEFAULT_PHP_VER= 5 |