diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-08-05 15:05:29 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-08-05 15:05:29 +0000 |
commit | 43f0c9f153cbb6a2e3db53e004582f6729057928 (patch) | |
tree | 6094da914716107bca7d35889c1b8aab5e6097c7 /net-mgmt/p5-NSNMP | |
parent | 51a9b4dec5856fd0ce0b884de19626c1cc420758 (diff) |
Notes
Diffstat (limited to 'net-mgmt/p5-NSNMP')
-rw-r--r-- | net-mgmt/p5-NSNMP/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/net-mgmt/p5-NSNMP/Makefile b/net-mgmt/p5-NSNMP/Makefile index e4a64823d607..68d03f630f9e 100644 --- a/net-mgmt/p5-NSNMP/Makefile +++ b/net-mgmt/p5-NSNMP/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: net-mgmt/p5-NSNMP -# Date created: 14 December 2005 -# Whom: Anton Berezin <tobez@FreeBSD.org> -# +# Created by: Anton Berezin <tobez@FreeBSD.org> # $FreeBSD$ -# PORTNAME= NSNMP PORTVERSION= 0.5 @@ -15,7 +11,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= tobez@FreeBSD.org COMMENT= NSNMP - fast, flexible, low-level, pure-Perl SNMP library -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= NSNMP.3 \ NSNMP::Simple.3 |