diff options
author | Marcelo Araujo <araujo@FreeBSD.org> | 2009-06-08 22:43:20 +0000 |
---|---|---|
committer | Marcelo Araujo <araujo@FreeBSD.org> | 2009-06-08 22:43:20 +0000 |
commit | d1a142d3f537f369143f3095c9b289d5ba4fff5a (patch) | |
tree | ec3f59e5690aeeb8cb229599047002c120a07abb /net-mgmt/ocsinventory-agent/Makefile | |
parent | 313eda704e1a994192fb35d7fe72fc33887d60e2 (diff) | |
download | ports-d1a142d3f537f369143f3095c9b289d5ba4fff5a.tar.gz ports-d1a142d3f537f369143f3095c9b289d5ba4fff5a.zip |
Notes
Diffstat (limited to 'net-mgmt/ocsinventory-agent/Makefile')
-rw-r--r-- | net-mgmt/ocsinventory-agent/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/net-mgmt/ocsinventory-agent/Makefile b/net-mgmt/ocsinventory-agent/Makefile index 8c7d5dff1c50..99b4a379b377 100644 --- a/net-mgmt/ocsinventory-agent/Makefile +++ b/net-mgmt/ocsinventory-agent/Makefile @@ -6,14 +6,14 @@ # PORTNAME= Ocsinventory -PORTVERSION= 0.0.9.2 -PORTREVISION= 1 +PORTVERSION= 1.02 CATEGORIES= net-mgmt -MASTER_SITES= http://nana.rulezlan.org/~goneri/ocsinventory-agent/ +MASTER_SITES= SF +MASTER_SITE_SUBDIR= ocsinventory PKGNAMESUFFIX= -Agent -DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION} +DISTNAME= OCSNG_UNIX_AGENT-${PORTVERSION} -MAINTAINER= freebsd@rootxs.org +MAINTAINER= araujo@FreeBSD.org COMMENT= Keep track of the computers configuration and software BUILD_DEPENDS= ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \ @@ -26,6 +26,7 @@ BUILD_DEPENDS= ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \ USE_PERL5= yes PERL_CONFIGURE= yes IS_INTERACTIVE= yes +WRKSRC= ${WRKDIR}/${PORTNAME}${PKGNAMESUFFIX}-1.0.1 MAN1= ocsinventory-agent.1 |