diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-05 10:32:23 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-05 10:32:23 +0000 |
commit | 3779b5222a514b8dab0105840de4ce2c02760e4f (patch) | |
tree | f187844035a77de7a87722694043987a9592c380 /net/ldap-stats | |
parent | ffb2503c984f5260a595c3426b3381b6fe13041e (diff) | |
download | ports-3779b5222a514b8dab0105840de4ce2c02760e4f.tar.gz ports-3779b5222a514b8dab0105840de4ce2c02760e4f.zip |
Notes
Diffstat (limited to 'net/ldap-stats')
-rw-r--r-- | net/ldap-stats/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ldap-stats/Makefile b/net/ldap-stats/Makefile index ae286b49b776..46efc7bb709e 100644 --- a/net/ldap-stats/Makefile +++ b/net/ldap-stats/Makefile @@ -16,7 +16,7 @@ COMMENT= Program to generate OpenLDAP statistics reports RUN_DEPENDS= p5-Getopt-Long>=0:${PORTSDIR}/devel/p5-Getopt-Long NO_BUILD= yes -USE_PERL5= yes +USES= perl5 PLIST_FILES= bin/ldap-stats |